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/stellaris.profile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'profiles/stellaris.profile') diff --git a/profiles/stellaris.profile b/profiles/stellaris.profile index edd30ae..a187969 100644 --- a/profiles/stellaris.profile +++ b/profiles/stellaris.profile @@ -8,13 +8,11 @@ noblacklist ${HOME}/games/Stellaris noblacklist ${HOME}/.local/share/Paradox Interactive noblacklist ${HOME}/.local/share/Paradox Interactive/Stellaris -whitelist ${HOME}/games/Stellaris -read-only ${HOME}/games/Stellaris +whitelist-ro ${HOME}/games/Stellaris mkdir ${HOME}/.local/share/Paradox Interactive mkdir ${HOME}/.local/share/Paradox Interactive/Stellaris -whitelist ${HOME}/.local/share/Paradox Interactive -read-only ${HOME}/.local/share/Paradox Interactive -whitelist ${HOME}/.local/share/Paradox Interactive/Stellaris +# For unknown reasons, paradox games need to be able to see the .paradoxinteractive folder +whitelist-ro ${HOME}/.paradoxinteractive read-write ${HOME}/.local/share/Paradox Interactive/Stellaris private-etc asound.conf,group,localtime,machine-id,passwd,pulse -- cgit v1.2.1