aboutsummaryrefslogtreecommitdiffstats
path: root/etc/digikam.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-01-09 16:33:01 -0500
committerLibravatar GitHub <noreply@github.com>2020-01-09 16:33:01 -0500
commit90ef1856a1cdcc041b8832f8252f179c55b7b01d (patch)
tree7b80280ad327982f52ffe4693e19a817d125d052 /etc/digikam.profile
parentMerge pull request #3134 from nblock/dev/cmus (diff)
parentallow chroot syscall where apps depend on QtWebengine (diff)
downloadfirejail-90ef1856a1cdcc041b8832f8252f179c55b7b01d.tar.gz
firejail-90ef1856a1cdcc041b8832f8252f179c55b7b01d.tar.zst
firejail-90ef1856a1cdcc041b8832f8252f179c55b7b01d.zip
Merge pull request #3131 from smitsohu/webengine
allow chroot syscall where apps depend on QtWebengine
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