diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-04 02:37:18 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-07-04 02:37:18 -0700 |
commit | 96dd956c01e734e8aec007e9e0c13d6908f5fc11 (patch) | |
tree | c8885c806981cada98ddd5a1d52f52fbda2507aa /profiles/freeciv-qt.profile | |
parent | Add kristall profile (diff) | |
download | firejail-profiles-96dd956c01e734e8aec007e9e0c13d6908f5fc11.tar.xz |
Many updates for firejail 0.9.66
Diffstat (limited to 'profiles/freeciv-qt.profile')
-rw-r--r-- | profiles/freeciv-qt.profile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/profiles/freeciv-qt.profile b/profiles/freeciv-qt.profile index e1d7a5a..5aa23ea 100644 --- a/profiles/freeciv-qt.profile +++ b/profiles/freeciv-qt.profile @@ -6,22 +6,16 @@ include freeciv-qt.local # Persistent global definitions include globals.local -# No longer required? Test this. noblacklist ${PATH}/lua* -noblacklist /usr/lib/lua noblacklist /usr/include/lua* -noblacklist /usr/share/lua +noblacklist /usr/lib/liblua* +noblacklist /usr/lib/lua +noblacklist /usr/lib64/liblua* +noblacklist /usr/lib64/lua +noblacklist /usr/share/lua* noblacklist ${HOME}/.freeciv -include disable-common.inc -include disable-devel.inc -include disable-exec.inc -include disable-interpreters.inc -include disable-passwdmgr.inc -include disable-programs.inc -include disable-xdg.inc - # # alsa audio will work with ipc-namespace, # # but it hogs the alsa device from other applications ignore ipc-namespace |