-
Notifications
You must be signed in to change notification settings - Fork 4
/
usr.bin.man
54 lines (47 loc) · 1.22 KB
/
usr.bin.man
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Last Modified: Thu Jan 19 00:58:43 2012
# ------------------------------------------------------------------
#
# Copyright (C) 2002-2005 Novell/SUSE
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of version 2 of the GNU General Public
# License published by the Free Software Foundation.
#
# ------------------------------------------------------------------
#
#include <tunables/global>
/usr/bin/man {
#include <abstractions/base>
#include <abstractions/bash>
#include <abstractions/consoles>
#include <abstractions/nameservice>
#include <abstractions/user-manpages>
capability setgid,
capability setuid,
/bin/less rix,
/etc/man_db.conf r,
/home/*/.lesshst rw,
/opt/java/jre/man/ r,
/opt/java/jre/man/* rk,
/opt/java/man/ r,
/opt/java/man/* rk,
/opt/java/man/*/ r,
/opt/kde/man/ r,
/opt/kde/man/*/ r,
/opt/qt/man/ r,
/opt/qt/man/* rk,
/opt/qt/man/*/ r,
/root/.lesshst rw,
/usr/bin/groff rix,
/usr/bin/locale rix,
/usr/bin/nroff rix,
/usr/bin/troff rix,
/usr/bin/grotty rix,
/usr/bin/preconv rix,
/usr/bin/tbl rix,
/usr/lib/man-db/man Px,
/usr/local/man/ r,
/usr/man/ r,
/usr/share/** r,
/var/cache/man/** rk,
}