diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-09-11 00:19:03 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-09-11 00:19:03 -0700 |
commit | 851d6f17817e7505cfac6348d7fc92aa0bb3a377 (patch) | |
tree | 1cff4ee759a30d92e142dd5b8cc6b9bdf8ccfbbc /profiles/tome4.profile | |
parent | Update openmw local for 0.48 (diff) | |
download | firejail-profiles-851d6f17817e7505cfac6348d7fc92aa0bb3a377.tar.xz |
Add neverwinter nights diamond profile.
Update tome4 profile.
Diffstat (limited to 'profiles/tome4.profile')
-rw-r--r-- | profiles/tome4.profile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/profiles/tome4.profile b/profiles/tome4.profile index ced0cbd..ff8d7a4 100644 --- a/profiles/tome4.profile +++ b/profiles/tome4.profile @@ -6,10 +6,15 @@ include globals.local ignore include disable-shell.inc +# tome4 needs lua 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}/.t4-engine mkdir ${HOME}/.t-engine |