mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix lynx profile
This commit is contained in:
parent
7b69b696fb
commit
94a654e318
1 changed files with 9 additions and 8 deletions
|
@ -13,6 +13,8 @@ profile lynx @{exec_path} {
|
|||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/wutmp>
|
||||
include <abstractions/ssl_certs>
|
||||
include <abstractions/user-download-strict>
|
||||
include <abstractions/user-read-strict>
|
||||
|
||||
network inet dgram,
|
||||
network inet6 dgram,
|
||||
|
@ -20,20 +22,19 @@ profile lynx @{exec_path} {
|
|||
network inet6 stream,
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
/etc/lynx/{,*} r,
|
||||
|
||||
@{sh_path} rix,
|
||||
|
||||
/usr/share/terminfo/{,**} r,
|
||||
/usr/share/doc/lynx-common/** r,
|
||||
|
||||
/etc/mime.types r,
|
||||
|
||||
@{sh_path} rix,
|
||||
/etc/lynx.cfg r,
|
||||
/etc/lynx.lss r,
|
||||
/etc/lynx/{,**} r,
|
||||
/etc/mailcap r,
|
||||
/etc/mime.types r,
|
||||
|
||||
owner @{tmp}/lynxXXXX*/ rw,
|
||||
owner @{tmp}/lynxXXXX*/*TMP.html{,.gz} rw,
|
||||
|
||||
owner @{HOME}/ r,
|
||||
|
||||
include if exists <local/lynx>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue