diff --git a/profiles/apparmor.d/devhelp b/profiles/apparmor.d/devhelp new file mode 100644 index 000000000..ed7891a13 --- /dev/null +++ b/profiles/apparmor.d/devhelp @@ -0,0 +1,12 @@ +# This profile allows everything and only exists to give the +# application a name instead of having the label "unconfined" + +abi , +include + +profile devhelp /usr/bin/devhelp flags=(unconfined) { + userns, + + # Site-specific additions and overrides. See local/README for details. + include if exists +} diff --git a/profiles/apparmor.d/epiphany b/profiles/apparmor.d/epiphany new file mode 100644 index 000000000..7a412d20f --- /dev/null +++ b/profiles/apparmor.d/epiphany @@ -0,0 +1,12 @@ +# This profile allows everything and only exists to give the +# application a name instead of having the label "unconfined" + +abi , +include + +profile epiphany /usr/bin/epiphany{,-browser} flags=(unconfined) { + userns, + + # Site-specific additions and overrides. See local/README for details. + include if exists +} diff --git a/profiles/apparmor.d/evolution b/profiles/apparmor.d/evolution new file mode 100644 index 000000000..48b842bfb --- /dev/null +++ b/profiles/apparmor.d/evolution @@ -0,0 +1,12 @@ +# This profile allows everything and only exists to give the +# application a name instead of having the label "unconfined" + +abi , +include + +profile evolution /usr/bin/evolution flags=(unconfined) { + userns, + + # Site-specific additions and overrides. See local/README for details. + include if exists +} diff --git a/profiles/apparmor.d/opam b/profiles/apparmor.d/opam new file mode 100644 index 000000000..b0cd7a661 --- /dev/null +++ b/profiles/apparmor.d/opam @@ -0,0 +1,12 @@ +# This profile allows everything and only exists to give the +# application a name instead of having the label "unconfined" + +abi , +include + +profile opam /usr/bin/opam flags=(unconfined) { + userns, + + # Site-specific additions and overrides. See local/README for details. + include if exists +}