mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-23 14:12:22 -06:00
10 lines
292 B
PHP
10 lines
292 B
PHP
# This file is overwritten during software install.
|
|
# Persistent customizations should go in a .local file.
|
|
include allow-lua.local
|
|
|
|
noblacklist ${PATH}/lua*
|
|
noblacklist /usr/include
|
|
noblacklist /usr/lib/liblua*
|
|
noblacklist /usr/lib/lua
|
|
noblacklist /usr/share/lua
|
|
noblacklist /usr/share/lua*
|