aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/falkon.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-04-21 08:24:28 -0400
commit018d75775eab4a0f045949a9d069c57686ca2686 (patch)
treeaac3a1a65cca0d4875795c55109a5c3e35efdefb /etc/profile-a-l/falkon.profile
parentsmall fixes (diff)
downloadfirejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.gz
firejail-018d75775eab4a0f045949a9d069c57686ca2686.tar.zst
firejail-018d75775eab4a0f045949a9d069c57686ca2686.zip
reorganize github etc directory
Diffstat (limited to 'etc/profile-a-l/falkon.profile')
-rw-r--r--etc/profile-a-l/falkon.profile43
1 files changed, 43 insertions, 0 deletions
diff --git a/etc/profile-a-l/falkon.profile b/etc/profile-a-l/falkon.profile
new file mode 100644
index 000000000..0024b6660
--- /dev/null
+++ b/etc/profile-a-l/falkon.profile
@@ -0,0 +1,43 @@
1# Firejail profile for falkon
2# Description: Lightweight web browser based on Qt WebEngine
3# This file is overwritten after every install/update
4# Persistent local customizations
5include falkon.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.cache/falkon
10noblacklist ${HOME}/.config/falkon
11
12include disable-common.inc
13include disable-devel.inc
14include disable-exec.inc
15include disable-interpreters.inc
16include disable-passwdmgr.inc
17include disable-programs.inc
18
19mkdir ${HOME}/.cache/falkon
20mkdir ${HOME}/.config/falkon
21whitelist ${DOWNLOADS}
22whitelist ${HOME}/.cache/falkon
23whitelist ${HOME}/.config/falkon
24include whitelist-common.inc
25include whitelist-var-common.inc
26
27caps.drop all
28netfilter
29nodvd
30nogroups
31nonewprivs
32noroot
33notv
34nou2f
35protocol unix,inet,inet6,netlink
36# blacklisting of chroot system calls breaks falkon
37seccomp !chroot
38# tracelog
39
40private-dev
41# 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
42# private-tmp - interferes with the opening of downloaded files
43