diff options
| author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-03 21:39:33 -0700 |
|---|---|---|
| committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-03 21:39:33 -0700 |
| commit | 6daa62bf4a5927d8dadcc651c67c763dac8f4db7 (patch) | |
| tree | 3b4b96a9846aca5cbcb43967cd19b323cb1e4f78 | |
| parent | Fix wine_fallout profile using mdwe (diff) | |
| download | firejail-profiles-6daa62bf4a5927d8dadcc651c67c763dac8f4db7.tar.xz | |
Fix freeorion profile for python 3.
| -rw-r--r-- | profiles/freeorion.profile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/profiles/freeorion.profile b/profiles/freeorion.profile index 6e4920c..7700937 100644 --- a/profiles/freeorion.profile +++ b/profiles/freeorion.profile @@ -4,7 +4,14 @@ include freeorion.local # Persistent global definitions include globals.local -noblacklist /usr/lib/python2* +# Freeorion requires python 3 +noblacklist ${PATH}/python3* +noblacklist /usr/include/python3* +noblacklist /usr/lib/python3* +noblacklist /usr/lib64/python3* +noblacklist /usr/local/lib/python3* +noblacklist /usr/share/python3* + noblacklist ${HOME}/.config/freeorion noblacklist ${HOME}/.local/share/freeorion |
