diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-03 21:52:08 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-08-03 21:52:08 -0700 |
commit | be4f3a0c6971b6286f76917907176176c0749608 (patch) | |
tree | b938c1514cf598ce3bf32f1c29a433c1f6bda387 | |
parent | Add profile for Arcanum - Of Steamworks and Magick Obscura in wine. (diff) | |
download | firejail-profiles-be4f3a0c6971b6286f76917907176176c0749608.tar.xz |
Fix singularity requiring sh and bash.
-rw-r--r-- | profiles/singularity.profile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/singularity.profile b/profiles/singularity.profile index f017d21..3aeb272 100644 --- a/profiles/singularity.profile +++ b/profiles/singularity.profile @@ -4,6 +4,9 @@ include singularity.local # Persistent global definitions include globals.local +noblacklist ${PATH}/bash +noblacklist ${PATH}/sh + noblacklist ${PATH}/python* noblacklist /usr/include/python* noblacklist /usr/lib/python* |