summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-05-30 15:59:06 +0000
committerLibravatar GitHub <noreply@github.com>2019-05-30 15:59:06 +0000
commitab0c400f944fd565e2980a9dea72b9eb0da42ea7 (patch)
tree2ddc5ea6690857017bed68dad341230ed6fe9fea
parentCreate qgis.profile (#2727) (diff)
downloadfirejail-ab0c400f944fd565e2980a9dea72b9eb0da42ea7.tar.gz
firejail-ab0c400f944fd565e2980a9dea72b9eb0da42ea7.tar.zst
firejail-ab0c400f944fd565e2980a9dea72b9eb0da42ea7.zip
Add comment to qgis.profile that mbind syscall ...
... is needed by old versions
-rw-r--r--etc/qgis.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/qgis.profile b/etc/qgis.profile
index 750d006e2..45fe59cf7 100644
--- a/etc/qgis.profile
+++ b/etc/qgis.profile
@@ -47,6 +47,7 @@ nosound
47notv 47notv
48nou2f 48nou2f
49novideo 49novideo
50# blacklisting of mbind system calls breaks old version
50seccomp.drop @cpu-emulation,@debug,@obsolete,@privileged,set_mempolicy,migrate_pages,move_pages,open_by_handle_at,name_to_handle_at,ioprio_set,ni_syscall,syslog,fanotify_init,kcmp,add_key,request_key,keyctl,io_setup,io_destroy,io_getevents,io_submit,io_cancel,remap_file_pages,vmsplice,umount,userfaultfd,mincore 51seccomp.drop @cpu-emulation,@debug,@obsolete,@privileged,set_mempolicy,migrate_pages,move_pages,open_by_handle_at,name_to_handle_at,ioprio_set,ni_syscall,syslog,fanotify_init,kcmp,add_key,request_key,keyctl,io_setup,io_destroy,io_getevents,io_submit,io_cancel,remap_file_pages,vmsplice,umount,userfaultfd,mincore
51protocol unix,inet,inet6,netlink 52protocol unix,inet,inet6,netlink
52shell none 53shell none