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 | |
parent | Update openmw local for 0.48 (diff) | |
download | firejail-profiles-851d6f17817e7505cfac6348d7fc92aa0bb3a377.tar.xz |
Add neverwinter nights diamond profile.
Update tome4 profile.
-rw-r--r-- | profiles/nwn.profile | 23 | ||||
-rw-r--r-- | profiles/tome4.profile | 9 |
2 files changed, 30 insertions, 2 deletions
diff --git a/profiles/nwn.profile b/profiles/nwn.profile new file mode 100644 index 0000000..461478f --- /dev/null +++ b/profiles/nwn.profile @@ -0,0 +1,23 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include neverwinter-nights-diamond.local +# Persistent global definitions +include globals.local + +ignore include disable-shell.inc + +noblacklist ${HOME}/.nwn + +mkdir ${HOME}/.nwn +whitelist ${HOME}/.nwn + +#whitelist ${HOME}/games/nwn +#ignore noexec ${HOME} + +whitelist /opt/nwn + +private-etc asound.conf,group,localtime,machine-id,passwd,pulse,resolv.conf + +ignore memory-deny-write-execute + +include generic-game-networked.inc 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 |