From b8ddb99edcfe00b469e2cb18f5d611beb7fa8ce9 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 9 Sep 2020 15:44:06 -0700 Subject: Fix newsboat profile to allow loading w3m --- profiles/newsboat.local | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'profiles') 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 -- cgit v1.2.1