From 5f65f89dfa30f6f2f93f6f9c171a90b84f63c5b1 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 12 Jun 2022 23:27:14 -0700 Subject: Updated for firejail 0.9.70 Convert whitelist and read-only pairs to the new whitelist-ro setting. Fix vlc failing to load lirc configuration. Add more comments to profiles for unusual workarounds. --- profiles/starsector.profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'profiles/starsector.profile') diff --git a/profiles/starsector.profile b/profiles/starsector.profile index 0e0be4b..ec147d4 100644 --- a/profiles/starsector.profile +++ b/profiles/starsector.profile @@ -11,8 +11,7 @@ ignore blacklist ${PATH}/sh # # Starsector needs the ? folder to store data # # But mkdir refuses to create it citing invalid characters #mkdir ${HOME}/games/Starsector/? -whitelist ${HOME}/games/Starsector -read-only ${HOME}/games/Starsector +whitelist-ro ${HOME}/games/Starsector read-write ${HOME}/games/Starsector/? read-write ${HOME}/games/Starsector/saves read-write ${HOME}/games/Starsector/screenshots -- cgit v1.2.1