aboutsummaryrefslogtreecommitdiffstats
path: root/etc/digikam.profile
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/digikam.profile
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/digikam.profile')
-rw-r--r--etc/digikam.profile3
1 files changed, 2 insertions, 1 deletions
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