-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When using current version of electron, ubuntu fails due to the addition of apparmor.
this can be worked around creating a /etc/apparmor.d/yupiik-dev-tools file with (assumes you install the tool in /opt/yupiik-dev-tools):
abi <abi/4.0>,
include <tunables/global>
profile yupiik-dev-tools "/opt/yupiik-dev-tools/yupiik-dev-tools" flags=(unconfined) {
userns,
include if exists <local/yupiik-dev-tools>
}
Metadata
Metadata
Assignees
Labels
No labels