diff --git a/profiles/apparmor.d/foliate b/profiles/apparmor.d/foliate new file mode 100644 index 000000000..efc3af14f --- /dev/null +++ b/profiles/apparmor.d/foliate @@ -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 foliate /usr/bin/foliate flags=(unconfined) { + userns, + + # Site-specific additions and overrides. See local/README for details. + include if exists +}