mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-09 10:51:03 +01:00

once in policy, otherwise you will get an error regarding multiple definitions for sanitized_helper
30 lines
904 B
Text
30 lines
904 B
Text
# vim:syntax=apparmor
|
|
# Users of this abstraction need to #include the ubuntu-helpers abstraction
|
|
# in the toplevel profile. Eg:
|
|
# #include <abstractions/ubuntu-helpers>
|
|
|
|
# Apport
|
|
/usr/bin/apport-bug Cx -> sanitized_helper,
|
|
|
|
# Package installation
|
|
/usr/bin/apturl Cxr -> sanitized_helper,
|
|
/usr/bin/gnome-codec-install Cxr -> sanitized_helper,
|
|
/usr/lib/gstreamer0.10/gstreamer-0.10/gst-plugin-scanner ix,
|
|
/usr/share/software-center/software-center Cxr -> sanitized_helper,
|
|
|
|
# Input Methods
|
|
/usr/bin/scim Cx -> sanitized_helper,
|
|
/usr/bin/scim-bridge Cx -> sanitized_helper,
|
|
|
|
# File managers
|
|
/usr/bin/nautilus Cxr -> sanitized_helper,
|
|
/usr/bin/{t,T}hunar Cxr -> sanitized_helper,
|
|
|
|
# Themes
|
|
/usr/bin/gnome-appearance-properties Cxr -> sanitized_helper,
|
|
|
|
# Kubuntu
|
|
/usr/lib/mozilla/kmozillahelper Cxr -> sanitized_helper,
|
|
|
|
# Exo-aware applications
|
|
/usr/bin/exo-open ixr,
|