aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2020-01-08 01:06:08 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2020-01-08 01:06:08 +0100
commitcbcf7fafe3b2b116f887907c1d7882904564f026 (patch)
treeabb50544b9f85ebd34089ea5af5e5ba00800aeb7 /etc
parentAdd comment to sylpheed.profile for supporting non-default storage path (diff)
downloadfirejail-cbcf7fafe3b2b116f887907c1d7882904564f026.tar.gz
firejail-cbcf7fafe3b2b116f887907c1d7882904564f026.tar.zst
firejail-cbcf7fafe3b2b116f887907c1d7882904564f026.zip
allow chroot syscall where apps depend on QtWebengine
derived from QtWebengine reverse dependencies
Diffstat (limited to 'etc')
-rw-r--r--etc/anki.profile3
-rw-r--r--etc/digikam.profile3
-rw-r--r--etc/musescore.profile3
-rw-r--r--etc/psi-plus.profile4
-rw-r--r--etc/quassel.profile3
5 files changed, 10 insertions, 6 deletions
diff --git a/etc/anki.profile b/etc/anki.profile
index c349376ff..a0a79ef48 100644
--- a/etc/anki.profile
+++ b/etc/anki.profile
@@ -42,7 +42,8 @@ notv
42nou2f 42nou2f
43novideo 43novideo
44protocol unix,inet,inet6 44protocol unix,inet,inet6
45seccomp 45# QtWebengine needs chroot to set up its own sandbox
46seccomp !chroot
46shell none 47shell none
47tracelog 48tracelog
48 49
diff --git a/etc/digikam.profile b/etc/digikam.profile
index 1b80981f7..e66434444 100644
--- a/etc/digikam.profile
+++ b/etc/digikam.profile
@@ -32,7 +32,8 @@ nonewprivs
32noroot 32noroot
33notv 33notv
34protocol unix,inet,inet6,netlink 34protocol unix,inet,inet6,netlink
35seccomp 35# QtWebengine needs chroot to set up its own sandbox
36seccomp !chroot
36shell none 37shell none
37 38
38# private-dev - prevents libdc1394 loading; this lib is used to connect to a camera device 39# private-dev - prevents libdc1394 loading; this lib is used to connect to a camera device
diff --git a/etc/musescore.profile b/etc/musescore.profile
index 9750a31f4..b3693c956 100644
--- a/etc/musescore.profile
+++ b/etc/musescore.profile
@@ -33,7 +33,8 @@ noroot
33notv 33notv
34novideo 34novideo
35protocol unix,inet,inet6 35protocol unix,inet,inet6
36seccomp 36# QtWebengine needs chroot to set up its own sandbox
37seccomp !chroot
37shell none 38shell none
38tracelog 39tracelog
39 40
diff --git a/etc/psi-plus.profile b/etc/psi-plus.profile
index 087f90966..16fffe517 100644
--- a/etc/psi-plus.profile
+++ b/etc/psi-plus.profile
@@ -36,10 +36,10 @@ notv
36nou2f 36nou2f
37novideo 37novideo
38protocol unix,inet,inet6 38protocol unix,inet,inet6
39seccomp 39# QtWebengine needs chroot to set up its own sandbox
40seccomp !chroot
40shell none 41shell none
41 42
42disable-mnt 43disable-mnt
43private-dev 44private-dev
44private-tmp 45private-tmp
45
diff --git a/etc/quassel.profile b/etc/quassel.profile
index a78d1edcd..c65089e20 100644
--- a/etc/quassel.profile
+++ b/etc/quassel.profile
@@ -19,7 +19,8 @@ nonewprivs
19noroot 19noroot
20notv 20notv
21protocol unix,inet,inet6 21protocol unix,inet,inet6
22seccomp 22# QtWebengine needs chroot to set up its own sandbox
23seccomp !chroot
23 24
24private-cache 25private-cache
25private-tmp 26private-tmp