diff --git a/profiles/apparmor.d/firefox b/profiles/apparmor.d/firefox index 670fa2118..c4b6337fe 100644 --- a/profiles/apparmor.d/firefox +++ b/profiles/apparmor.d/firefox @@ -4,7 +4,7 @@ abi , include -profile firefox /usr/lib/firefox{,-esr}/firefox{,-esr} flags=(unconfined) { +profile firefox /usr/lib/firefox{,-esr,-beta,-devedition,-nightly}/firefox{,-esr,-bin} flags=(unconfined) { userns, # Site-specific additions and overrides. See local/README for details. diff --git a/profiles/apparmor.d/geary b/profiles/apparmor.d/geary new file mode 100644 index 000000000..6e65176ce --- /dev/null +++ b/profiles/apparmor.d/geary @@ -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 geary /usr/bin/geary flags=(unconfined) { + userns, + + # Site-specific additions and overrides. See local/README for details. + include if exists +} diff --git a/profiles/apparmor.d/loupe b/profiles/apparmor.d/loupe new file mode 100644 index 000000000..f1beaac75 --- /dev/null +++ b/profiles/apparmor.d/loupe @@ -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 loupe /usr/bin/loupe flags=(unconfined) { + userns, + + # Site-specific additions and overrides. See local/README for details. + include if exists +}