aboutsummaryrefslogtreecommitdiffstats
path: root/etc/inc/allow-gjs.inc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-07-28 19:01:17 +0000
committerLibravatar GitHub <noreply@github.com>2021-07-28 19:01:17 +0000
commit2b5eb07e078c560a3ae184f4f997b7d7353a1a32 (patch)
tree0be4523f0ab86740a0c2e1dbe52b742fc9805b24 /etc/inc/allow-gjs.inc
parentmoved rules from firefox-common.profile to firefox.profile (diff)
parentMerge pull request #4412 from netblue30/Neo00001-patch-1 (diff)
downloadfirejail-2b5eb07e078c560a3ae184f4f997b7d7353a1a32.tar.gz
firejail-2b5eb07e078c560a3ae184f4f997b7d7353a1a32.tar.zst
firejail-2b5eb07e078c560a3ae184f4f997b7d7353a1a32.zip
Merge branch 'master' into master
Diffstat (limited to 'etc/inc/allow-gjs.inc')
-rw-r--r--etc/inc/allow-gjs.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/inc/allow-gjs.inc b/etc/inc/allow-gjs.inc
index 2e2490079..c1366e093 100644
--- a/etc/inc/allow-gjs.inc
+++ b/etc/inc/allow-gjs.inc
@@ -2,11 +2,11 @@
2# Persistent customizations should go in a .local file. 2# Persistent customizations should go in a .local file.
3include allow-gjs.local 3include allow-gjs.local
4 4
5nodeny ${PATH}/gjs 5noblacklist ${PATH}/gjs
6nodeny ${PATH}/gjs-console 6noblacklist ${PATH}/gjs-console
7nodeny /usr/lib/gjs 7noblacklist /usr/lib/gjs
8nodeny /usr/lib/libgjs* 8noblacklist /usr/lib/libgjs*
9nodeny /usr/lib/libmozjs-* 9noblacklist /usr/lib/libmozjs-*
10nodeny /usr/lib64/gjs 10noblacklist /usr/lib64/gjs
11nodeny /usr/lib64/libgjs* 11noblacklist /usr/lib64/libgjs*
12nodeny /usr/lib64/libmozjs-* 12noblacklist /usr/lib64/libmozjs-*