diff options
Diffstat (limited to 'profiles/newsboat.local')
-rw-r--r-- | profiles/newsboat.local | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/profiles/newsboat.local b/profiles/newsboat.local index ca19721..e61a692 100644 --- a/profiles/newsboat.local +++ b/profiles/newsboat.local @@ -1,10 +1,23 @@ +# if w3m +noblacklist ${HOME}/.w3m +whitelist ${HOME}/.w3m + +include allow-perl.inc + blacklist /tmp/.X11-unix -#protocol unix,inet,inet6 -tracelog +ignore private-bin +private-etc alternatives,ca-certificates,crypto-policies,login.defs,pki,passwd,resolv.conf,ssl,terminfo + -private-bin newsboat,curl -private-etc ca-certificates,resolv.conf,ssl +# if no w3m +# protocol unix,inet,inet6 + +# private-bin newsboat,curl,w3m +# private-etc ca-certificates,resolv.conf,ssl # # Use with hardened-malloc package -env LD_PRELOAD=/usr/lib/libhardened_malloc.so +# env LD_PRELOAD=/usr/lib/libhardened_malloc.so + + +tracelog |