First version of my ArchLinux Laptop AppArmor profiles
[mirrors/AppArmor-Profiles.git] / usr.bin.man
1 # Last Modified: Wed Jan 18 10:55:22 2012
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 #
12
13 #include <tunables/global>
14
15 /usr/bin/man flags=(complain) {
16 #include <abstractions/base>
17 #include <abstractions/nameservice>
18 #include <abstractions/user-manpages>
19
20 capability setgid,
21 capability setuid,
22
23
24
25 /etc/man_db.conf r,
26 /opt/java/jre/man/ r,
27 /opt/java/jre/man/* rk,
28 /opt/java/man/ r,
29 /opt/java/man/* rk,
30 /opt/java/man/*/ r,
31 /opt/kde/man/ r,
32 /opt/kde/man/*/ r,
33 /opt/qt/man/ r,
34 /opt/qt/man/* r,
35 /opt/qt/man/*/ r,
36 /root/.lesshst w,
37 /usr/lib/man-db/man Px,
38 /usr/local/man/ r,
39 /usr/man/ r,
40 /usr/share/man/ r,
41 /var/cache/man/** rk,
42
43 }
This page took 0.301541 seconds and 5 git commands to generate.