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