aboutsummaryrefslogtreecommitdiffstats
path: root/etc/qupzilla.profile
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2018-08-08 19:49:32 -0400
committerLibravatar Tad <tad@spotco.us>2018-08-08 19:49:32 -0400
commit898387577f68ec9b69ae0e5f4d13409ed53a1fdf (patch)
treea9752288a87afb7c734966b9336b958e0a99da14 /etc/qupzilla.profile
parentMerges (diff)
downloadfirejail-898387577f68ec9b69ae0e5f4d13409ed53a1fdf.tar.gz
firejail-898387577f68ec9b69ae0e5f4d13409ed53a1fdf.tar.zst
firejail-898387577f68ec9b69ae0e5f4d13409ed53a1fdf.zip
Stop breaking PKI with private-etc
Command: grep "crypto-policies" -iL $(grep "private-etc" -il $(grep "inet,inet6" . -Rl)) + fixes for #2077
Diffstat (limited to 'etc/qupzilla.profile')
-rw-r--r--etc/qupzilla.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/qupzilla.profile b/etc/qupzilla.profile
index da1ca2281..e73e8a5e1 100644
--- a/etc/qupzilla.profile
+++ b/etc/qupzilla.profile
@@ -33,7 +33,7 @@ seccomp.drop @clock,@cpu-emulation,@debug,@module,@obsolete,@raw-io,@reboot,@res
33# tracelog 33# tracelog
34 34
35private-dev 35private-dev
36# private-etc passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,gtk-2.0,pango,fonts,adobe,mime.types,mailcap,asound.conf,pulse,machine-id 36# private-etc passwd,group,hostname,hosts,localtime,nsswitch.conf,resolv.conf,gtk-2.0,pango,fonts,adobe,mime.types,mailcap,asound.conf,pulse,machine-id,ca-certificates,ssl,pki,crypto-policies
37# private-tmp - interferes with the opening of downloaded files 37# private-tmp - interferes with the opening of downloaded files
38 38
39noexec ${HOME} 39noexec ${HOME}