1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# if w3m
noblacklist ${HOME}/.w3m
whitelist ${HOME}/.w3m
include allow-perl.inc
blacklist /tmp/.X11-unix
blacklist ${RUNUSER}/wayland-*
ignore private-bin
private-etc alternatives,ca-certificates,crypto-policies,login.defs,pki,passwd,resolv.conf,ssl,terminfo
# if no w3m
# protocol unix,inet,inet6
# private-bin gzip,newsboat,curl,w3m,sh
# private-etc ca-certificates,resolv.conf,ssl
# # Use with hardened-malloc package
# env LD_PRELOAD=/usr/lib/libhardened_malloc.so
tracelog
|