Skip to content

apparmor config for ubuntu #1

@rmannibucau

Description

@rmannibucau

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions