complete browsers

This commit is contained in:
valoq 2024-06-08 12:58:01 +02:00 committed by Alex
parent 94a654e318
commit d7e09d88fd
2 changed files with 14 additions and 0 deletions

View file

@ -11,8 +11,14 @@ profile elinks @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/nameservice-strict> include <abstractions/nameservice-strict>
include <abstractions/ssl_certs> include <abstractions/ssl_certs>
include <abstractions/user-download-strict>
include <abstractions/user-read-strict> include <abstractions/user-read-strict>
network inet dgram,
network inet6 dgram,
network inet stream,
network inet6 stream,
@{exec_path} mr, @{exec_path} mr,
owner @{user_config_dirs}/elinks/{,**} rw, owner @{user_config_dirs}/elinks/{,**} rw,

View file

@ -9,8 +9,16 @@ include <tunables/global>
@{exec_path} = @{bin}/w3m @{exec_path} = @{bin}/w3m
profile w3m @{exec_path} { profile w3m @{exec_path} {
include <abstractions/base> include <abstractions/base>
include <abstractions/nameservice-strict>
include <abstractions/ssl_certs>
include <abstractions/user-download-strict>
include <abstractions/user-read-strict> include <abstractions/user-read-strict>
network inet dgram,
network inet6 dgram,
network inet stream,
network inet6 stream,
@{exec_path} mr, @{exec_path} mr,
/usr/share/terminfo/{,**} r, /usr/share/terminfo/{,**} r,