mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
- Makefile.in: loops are slow - Makefile.in: firecfg.config wasn't installed - allow-gjs.inc: gjs uses libmozjs, forgotten to commit
11 lines
335 B
PHP
11 lines
335 B
PHP
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include allow-gjs.local
|
|
|
|
noblacklist ${PATH}/gjs
|
|
noblacklist ${PATH}/gjs-console
|
|
noblacklist /usr/lib/gjs
|
|
noblacklist /usr/lib64/gjs
|
|
noblacklist /usr/lib/libgjs*
|
|
noblacklist /usr/lib64/libgjs*
|
|
noblacklist /usr/lib64/libmozjs-*
|