~apparmor-dev/apparmor/master

« back to all changes in this revision

Viewing changes to profiles/apparmor.d/abstractions/ubuntu-console-email

  • Committer: Steve Beattie
  • Date: 2019-02-19 09:38:13 UTC
  • Revision ID: sbeattie@ubuntu.com-20190219093813-ud526ee6hwn8nljz
The AppArmor project has been converted to git and is now hosted on
gitlab.

To get the converted repository, please do
  git clone https://gitlab.com/apparmor/apparmor

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# vim:syntax=apparmor
2
 
#
3
 
# abstraction for allowing console email clients in Ubuntu. These will
4
 
# typically also need a terminal, so when using this abstraction, should also
5
 
# do something like:
6
 
#
7
 
# #include <abstractions/ubuntu-gnome-terminal>
8
 
#
9
 
# Users of this abstraction need to #include the ubuntu-helpers abstraction
10
 
# in the toplevel profile. Eg:
11
 
# #include <abstractions/ubuntu-helpers>
12
 
 
13
 
  /usr/bin/alpine Cx -> sanitized_helper,
14
 
  /usr/bin/citadel Cx -> sanitized_helper,
15
 
  /usr/bin/cone Cx -> sanitized_helper,
16
 
  /usr/bin/elmo Cx -> sanitized_helper,
17
 
  /usr/bin/mutt Cx -> sanitized_helper,
18