~ubuntu-branches/ubuntu/raring/apparmor/raring

« back to all changes in this revision

Viewing changes to profiles/extras/usr.bin.mlmmj-process

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-03-23 16:42:01 UTC
  • Revision ID: james.westby@ubuntu.com-20070323164201-jkax6f0oku087b7l
Tags: upstream-2.0.1+510.dfsg
ImportĀ upstreamĀ versionĀ 2.0.1+510.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: usr.bin.mlmmj-process 90 2006-08-04 19:13:59Z seth_arnold $
 
2
# ------------------------------------------------------------------
 
3
#
 
4
#    Copyright (C) 2002-2005 Novell/SUSE
 
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-process {
 
16
  #include <abstractions/base>
 
17
 
 
18
  /usr/bin/mlmmj-process r,
 
19
  /usr/bin/mlmmj-send Px,
 
20
  /usr/bin/mlmmj-sub Px,
 
21
  /usr/bin/mlmmj-unsub Px,
 
22
  /usr/bin/mlmmj-bounce Px,
 
23
  /var/spool/mlmmj/*/control/* r,
 
24
  /var/spool/mlmmj/*/text/* r,
 
25
  /var/spool/mlmmj/*/incoming/* rwl,
 
26
  /var/spool/mlmmj/*/queue/* rwl,
 
27
  /var/spool/mlmmj/*/subconf/* rwl,
 
28
  /var/spool/mlmmj/*/unsubconf/* rwl,
 
29
  /var/spool/mlmmj/*/mlmmj.operation.log rw,
 
30
}