summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-09 15:44:06 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-09 15:44:06 -0700
commitb8ddb99edcfe00b469e2cb18f5d611beb7fa8ce9 (patch)
tree9838202a4c70d33fccd35a381a71e2df79ae7dcd /profiles
parentFix controllers and amdgpu crashing on several emulators (diff)
downloadfirejail-profiles-b8ddb99edcfe00b469e2cb18f5d611beb7fa8ce9.tar.xz
Fix newsboat profile to allow loading w3m
Diffstat (limited to 'profiles')
-rw-r--r--profiles/newsboat.local23
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