2010-12-21 12:53:33 -06:00
|
|
|
# vim:syntax=apparmor
|
2009-11-11 11:42:30 -08:00
|
|
|
#
|
|
|
|
# abstraction for allowing graphical email clients in Ubuntu
|
|
|
|
#
|
2020-06-09 23:28:41 +02:00
|
|
|
# Users of this abstraction need to include the ubuntu-helpers abstraction
|
2012-01-11 09:00:35 +01:00
|
|
|
# in the toplevel profile. Eg:
|
2020-06-09 23:28:41 +02:00
|
|
|
# include <abstractions/ubuntu-helpers>
|
2009-11-11 11:42:30 -08:00
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2012-01-10 20:54:38 +01:00
|
|
|
/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,
|
2015-02-22 20:23:04 -08:00
|
|
|
/usr/bin/geary Cx -> sanitized_helper,
|
2014-09-24 15:26:38 -05:00
|
|
|
/usr/bin/gnome-gmail Cx -> sanitized_helper,
|
2012-01-10 20:54:38 +01:00
|
|
|
/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,
|
2009-11-11 11:42:30 -08:00
|
|
|
|
2018-09-27 21:04:32 +03:00
|
|
|
/usr/bin/thunderbird Cx -> sanitized_helper, # used by gio-launch-desktop
|
2017-12-07 16:41:10 +00:00
|
|
|
/usr/lib/thunderbird*/thunderbird{,.sh,-bin} Cx -> sanitized_helper,
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
2020-05-30 19:46:08 +02:00
|
|
|
include if exists <abstractions/ubuntu-email.d>
|