~apparmor-dev/apparmor/master

« back to all changes in this revision

Viewing changes to profiles/apparmor/profiles/extras/usr.bin.mlmmj-sub

  • 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
 
# ------------------------------------------------------------------
2
 
#
3
 
#    Copyright (C) 2002-2005 Novell/SUSE
4
 
#    Copyright (C) Per Jessen <per@computer.org>
5
 
#
6
 
#    This program is free software; you can redistribute it and/or
7
 
#    modify it under the terms of version 2 of the GNU General Public
8
 
#    License published by the Free Software Foundation.
9
 
#
10
 
# ------------------------------------------------------------------
11
 
# vim:syntax=apparmor
12
 
 
13
 
#include <tunables/global>
14
 
 
15
 
/usr/bin/mlmmj-sub {
16
 
  #include <abstractions/base>
17
 
 
18
 
  capability setuid,
19
 
 
20
 
  /usr/bin/mlmmj-send Px,
21
 
  /usr/bin/mlmmj-sub mr,
22
 
  /var/spool/mlmmj/*/control/ r,
23
 
  /var/spool/mlmmj/*/control/* r,
24
 
  /var/spool/mlmmj/*/queue/ rw,
25
 
  /var/spool/mlmmj/*/queue/* rw,
26
 
  /var/spool/mlmmj/*/subconf/ rw,
27
 
  /var/spool/mlmmj/*/subconf/* rw,
28
 
  /var/spool/mlmmj/*/subscribers.d/ rw,
29
 
  /var/spool/mlmmj/*/subscribers.d/* rwk,
30
 
  /var/spool/mlmmj/*/text/ r, #
31
 
  /var/spool/mlmmj/*/text/* r,
32
 
 
33
 
  /usr/share/mlmmj/text.skel/*/* r,
34
 
 
35
 
  /var/spool/mlmmj/*/nomailsubs.d/ rw,
36
 
  /var/spool/mlmmj/*/nomailsubs.d/* rwk,
37
 
 
38
 
  /var/spool/mlmmj/*/digesters.d/ rw,
39
 
  /var/spool/mlmmj/*/digesters.d/* rwk,
40
 
 
41
 
}