~apparmor-dev/apparmor/master

« back to all changes in this revision

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

  • 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-send {
16
 
  #include <abstractions/base>
17
 
  #include <abstractions/nameservice>
18
 
 
19
 
  /usr/bin/mlmmj-send mr,
20
 
  /var/spool/mlmmj/*/archive/* w,
21
 
  /var/spool/mlmmj/*/control/* r,
22
 
  /var/spool/mlmmj/*/index rwk,
23
 
  /var/spool/mlmmj/*/queue/* klrw,
24
 
  /var/spool/mlmmj/*/subscribers.d/ r,
25
 
  /var/spool/mlmmj/*/subscribers.d/* r,
26
 
 
27
 
  /var/spool/mlmmj/*/digesters.d/ r,
28
 
 
29
 
  /var/spool/mlmmj/*/moderation/* rwk,
30
 
 
31
 
}