2010-12-21 12:53:33 -06:00
|
|
|
# vim:syntax=apparmor
|
2009-11-11 11:42:30 -08:00
|
|
|
#
|
|
|
|
# abstraction for allowing console email clients in Ubuntu. These will
|
|
|
|
# typically also need a terminal, so when using this abstraction, should also
|
|
|
|
# do something like:
|
|
|
|
#
|
2020-06-09 23:28:41 +02:00
|
|
|
# include <abstractions/ubuntu-gnome-terminal>
|
2009-11-11 11:42:30 -08:00
|
|
|
#
|
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/alpine Cx -> sanitized_helper,
|
|
|
|
/usr/bin/citadel Cx -> sanitized_helper,
|
|
|
|
/usr/bin/cone Cx -> sanitized_helper,
|
|
|
|
/usr/bin/elmo Cx -> sanitized_helper,
|
|
|
|
/usr/bin/mutt Cx -> sanitized_helper,
|
2009-11-11 11:42:30 -08:00
|
|
|
|
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-console-email.d>
|