logprof update
[mirrors/AppArmor-Profiles.git] / usr.bin.man
1 # Last Modified: Thu Jan 19 00:58:43 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 {
16 #include <abstractions/base>
17 #include <abstractions/bash>
18 #include <abstractions/consoles>
19 #include <abstractions/nameservice>
20 #include <abstractions/user-manpages>
21
22 capability setgid,
23 capability setuid,
24
25
26
27 /bin/less rix,
28 /etc/man_db.conf r,
29 /home/*/.lesshst rw,
30 /opt/java/jre/man/ r,
31 /opt/java/jre/man/* rk,
32 /opt/java/man/ r,
33 /opt/java/man/* rk,
34 /opt/java/man/*/ r,
35 /opt/kde/man/ r,
36 /opt/kde/man/*/ r,
37 /opt/qt/man/ r,
38 /opt/qt/man/* rk,
39 /opt/qt/man/*/ r,
40 /root/.lesshst rw,
41 /usr/bin/groff rix,
42 /usr/bin/locale rix,
43 /usr/bin/nroff rix,
44 /usr/bin/troff rix,
45 /usr/bin/grotty rix,
46 /usr/bin/preconv rix,
47 /usr/bin/tbl rix,
48 /usr/lib/man-db/man Px,
49 /usr/local/man/ r,
50 /usr/man/ r,
51 /usr/share/** r,
52 /var/cache/man/** rk,
53
54 }
This page took 0.251452 seconds and 4 git commands to generate.