mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
From: Christian Boltz <apparmor@cboltz.de>
Based on https://bugzilla.novell.com/show_bug.cgi?id=643387 Update man profile and abstraction.
This commit is contained in:
parent
e6880f9584
commit
763855fe9e
2 changed files with 25 additions and 5 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
# perhaps your configuration has users elsewhere, or you don't wish
|
||||
# them to read their own manpages
|
||||
owner @{HOME}/man/ r,
|
||||
owner @{HOME}/man/** r,
|
||||
owner @{HOME}/tmp/groff* rwl,
|
||||
|
||||
|
|
|
@ -17,33 +17,52 @@
|
|||
#include <abstractions/consoles>
|
||||
#include <abstractions/user-manpages>
|
||||
|
||||
/etc/manpath.config r,
|
||||
/usr/lib/man-db/man rmix,
|
||||
|
||||
/bin/bash rmix,
|
||||
/bin/cat rmix,
|
||||
/bin/gunzip rmix,
|
||||
/bin/mktemp rmix,
|
||||
/bin/more rmix,
|
||||
/bin/rm rmix,
|
||||
|
||||
/etc/groff/man.local r
|
||||
/etc/lesskey.bin r,
|
||||
/etc/manpath.config r,
|
||||
/etc/man.config r,
|
||||
/etc/papersize r,
|
||||
/etc/termcap r,
|
||||
|
||||
/tmp/nroff.** rw,
|
||||
|
||||
/usr/man/** r,
|
||||
/usr/bin/apropos Px,
|
||||
/usr/bin/cmp rmix,
|
||||
/usr/bin/getopt rmix,
|
||||
/usr/bin/groff rmix,
|
||||
/usr/bin/grops rmix,
|
||||
/usr/bin/grotty rmix,
|
||||
/usr/bin/iconv rmix,
|
||||
/usr/bin/less rmix,
|
||||
/{usr/,}bin/less rmix,
|
||||
/usr/bin/locale rmix,
|
||||
/usr/bin/man rmix,
|
||||
/usr/bin/nroff rmix,
|
||||
/usr/bin/preconv rmix,
|
||||
/usr/bin/tbl rmix,
|
||||
/usr/bin/troff rmix,
|
||||
/usr/bin/zsoelim rmix,
|
||||
/usr/lib/man-db/man rmix,
|
||||
/usr/lib/man-db/manconv rmix,
|
||||
/usr/local/man/ r,
|
||||
/usr/local/man/** r,
|
||||
/usr/local/share/man/ r,
|
||||
/usr/local/share/man/** r,
|
||||
/usr/share/groff/** r,
|
||||
/usr/share/locale-bundle/** r,
|
||||
/usr/share/man/ r,
|
||||
/usr/share/man/** r,
|
||||
/usr/share/terminfo/** r,
|
||||
/usr/share/texmf/teTeX/man/** r,
|
||||
/var/cache/man/** r,
|
||||
|
||||
/var/cache/man/** rk,
|
||||
|
||||
owner @{HOME}/.lesshst rw,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue