aboutsummaryrefslogtreecommitdiffstats
path: root/etc/qupzilla.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-26 00:22:59 +0200
committerLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-08-26 00:22:59 +0200
commit2373fcd74da27dae0e6896d8e63fddc81b6dc34a (patch)
tree8f19fa3192696edfe8140c62d8f38d62a2fd0ed9 /etc/qupzilla.profile
parentadd support for seccomp to sort.py [skip ci] (diff)
downloadfirejail-2373fcd74da27dae0e6896d8e63fddc81b6dc34a.tar.gz
firejail-2373fcd74da27dae0e6896d8e63fddc81b6dc34a.tar.zst
firejail-2373fcd74da27dae0e6896d8e63fddc81b6dc34a.zip
many profile fixes (1)
- add novideo to a lot of profiles (there are still more profiles where novideo can be added) - remove commente mdwe from some gnome applications - add descriptions to some profiles - blacklist ${HOME}/.cargo/credentials - move ${HOME}/.git-credentials and ${HOME}/.git-credential-cache to 'top secret' in disable-common.inc - some ordering in disable-programs.inc - merge tor browser blacklists to ${HOME}/.tor-browser* - qupzilla.profile redirect to falkon.profile - blacklist gnome-builder paths - fix transmission profiles inlude - much more
Diffstat (limited to 'etc/qupzilla.profile')
-rw-r--r--etc/qupzilla.profile23
1 files changed, 4 insertions, 19 deletions
diff --git a/etc/qupzilla.profile b/etc/qupzilla.profile
index 954b1a3b4..3f3270dd6 100644
--- a/etc/qupzilla.profile
+++ b/etc/qupzilla.profile
@@ -3,7 +3,8 @@
3# Persistent local customizations 3# Persistent local customizations
4include qupzilla.local 4include qupzilla.local
5# Persistent global definitions 5# Persistent global definitions
6include globals.local 6# added by included profile
7#include globals.local
7 8
8noblacklist ${HOME}/.cache/qupzilla 9noblacklist ${HOME}/.cache/qupzilla
9noblacklist ${HOME}/.config/qupzilla 10noblacklist ${HOME}/.config/qupzilla
@@ -17,26 +18,10 @@ include disable-programs.inc
17 18
18mkdir ${HOME}/.cache/qupzilla 19mkdir ${HOME}/.cache/qupzilla
19mkdir ${HOME}/.config/qupzilla 20mkdir ${HOME}/.config/qupzilla
20whitelist ${DOWNLOADS}
21whitelist ${HOME}/.cache/qupzilla 21whitelist ${HOME}/.cache/qupzilla
22whitelist ${HOME}/.config/qupzilla 22whitelist ${HOME}/.config/qupzilla
23include whitelist-common.inc
24include whitelist-var-common.inc
25 23
26caps.drop all
27netfilter
28nodvd
29nogroups
30nonewprivs
31noroot
32notv
33nou2f
34protocol unix,inet,inet6,netlink
35# blacklisting of chroot system calls breaks qupzilla
36seccomp.drop @clock,@cpu-emulation,@debug,@module,@obsolete,@raw-io,@reboot,@resources,@swap,acct,add_key,bpf,fanotify_init,io_cancel,io_destroy,io_getevents,io_setup,io_submit,ioprio_set,kcmp,keyctl,mount,name_to_handle_at,nfsservctl,ni_syscall,open_by_handle_at,personality,pivot_root,process_vm_readv,ptrace,remap_file_pages,request_key,setdomainname,sethostname,syslog,umount,umount2,userfaultfd,vhangup,vmsplice
37# tracelog
38
39private-dev
40# private-etc alternatives,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
41# private-tmp - interferes with the opening of downloaded files 24# private-tmp - interferes with the opening of downloaded files
42 25
26# Redirect
27include falkon.profile