9fe681636838087216f97e98aa2d6b95314e9860
[mirrors/AppArmor-Profiles.git] / usr.bin.man
1 # Last Modified: Wed Jan 18 13:31:45 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/bash>
18 #include <abstractions/nameservice>
19 #include <abstractions/user-manpages>
20
21 capability setgid,
22 capability setuid,
23
24
25
26 /bin/less rix,
27 /etc/man_db.conf r,
28 /opt/java/jre/man/ r,
29 /opt/java/jre/man/* rk,
30 /opt/java/man/ r,
31 /opt/java/man/* rk,
32 /opt/java/man/*/ r,
33 /opt/kde/man/ r,
34 /opt/kde/man/*/ r,
35 /opt/qt/man/ r,
36 /opt/qt/man/* rk,
37 /opt/qt/man/*/ r,
38 /root/.lesshst w,
39 /usr/bin/nroff rix,
40 /usr/bin/preconv rix,
41 /usr/bin/tbl rix,
42 /usr/lib/man-db/man Px,
43 /usr/local/man/ r,
44 /usr/man/ r,
45 /usr/share/man/ r,
46 /var/cache/man/** rk,
47
48 }
This page took 0.26962 seconds and 3 git commands to generate.