mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00

Local policy may want to extend or override abstractions, so add support for including local updates to them. Acked-by: Christian Boltz <apparmor@cboltz.de> Acked-by: intrigeri <intrigeri@boum.org> Signed-off-by: John Johansen <john.johansen@canonical.com>
27 lines
1 KiB
Text
27 lines
1 KiB
Text
# vim:syntax=apparmor
|
|
#
|
|
# abstraction for allowing graphical email clients in Ubuntu
|
|
#
|
|
# Users of this abstraction need to #include the ubuntu-helpers abstraction
|
|
# in the toplevel profile. Eg:
|
|
# #include <abstractions/ubuntu-helpers>
|
|
|
|
/usr/bin/anjal Cx -> sanitized_helper,
|
|
/usr/bin/balsa Cx -> sanitized_helper,
|
|
/usr/bin/claws-mail Cx -> sanitized_helper,
|
|
/usr/bin/evolution Cx -> sanitized_helper,
|
|
/usr/bin/geary Cx -> sanitized_helper,
|
|
/usr/bin/gnome-gmail Cx -> sanitized_helper,
|
|
/usr/lib/GNUstep/Applications/GNUMail.app/GNUMail Cx -> sanitized_helper,
|
|
/usr/bin/kmail Cx -> sanitized_helper,
|
|
/usr/bin/mailody Cx -> sanitized_helper,
|
|
/usr/bin/modest Cx -> sanitized_helper,
|
|
/usr/bin/seamonkey Cx -> sanitized_helper,
|
|
/usr/bin/sylpheed Cx -> sanitized_helper,
|
|
/usr/bin/tkrat Cx -> sanitized_helper,
|
|
|
|
/usr/bin/thunderbird Cx -> sanitized_helper, # used by gio-launch-desktop
|
|
/usr/lib/thunderbird*/thunderbird{,.sh,-bin} Cx -> sanitized_helper,
|
|
|
|
# Include additions to the abstraction
|
|
#include if exists <abstractions/ubuntu-email.d>
|