fix lynx profile

This commit is contained in:
valoq 2024-06-08 12:50:56 +02:00 committed by Alex
parent 7b69b696fb
commit 94a654e318

View file

@ -13,6 +13,8 @@ profile lynx @{exec_path} {
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>
include <abstractions/wutmp> include <abstractions/wutmp>
include <abstractions/ssl_certs> include <abstractions/ssl_certs>
include <abstractions/user-download-strict>
include <abstractions/user-read-strict>
network inet dgram, network inet dgram,
network inet6 dgram, network inet6 dgram,
@ -20,20 +22,19 @@ profile lynx @{exec_path} {
network inet6 stream, network inet6 stream,
@{exec_path} mr, @{exec_path} mr,
@{sh_path} rix,
/etc/lynx/{,*} r,
/usr/share/terminfo/{,**} r,
/usr/share/doc/lynx-common/** r, /usr/share/doc/lynx-common/** r,
/etc/mime.types r, /etc/lynx.cfg r,
/etc/lynx.lss r,
@{sh_path} rix, /etc/lynx/{,**} r,
/etc/mailcap r, /etc/mailcap r,
/etc/mime.types r,
owner @{tmp}/lynxXXXX*/ rw, owner @{tmp}/lynxXXXX*/ rw,
owner @{tmp}/lynxXXXX*/*TMP.html{,.gz} rw, owner @{tmp}/lynxXXXX*/*TMP.html{,.gz} rw,
owner @{HOME}/ r,
include if exists <local/lynx> include if exists <local/lynx>
} }