Skip to content

How to disable noexec for a /var/-subdir? #4672

Answered by rusty-snake
TheOneric asked this question in Q&A
Discussion options

You must be logged in to vote

Try

STEAM_COMPAT_MOUNTS=/var/games/hdd:/var/games/ssd firejail --writable-var --noprofile --ignore=noexec --debug steam 2>&1 | grep '/var/games'
                                                           **************

I think it should work, if so set writable-var in your steam.local.


ignore noexec /var/games/hdd
ignore noexec /var/games/ssd
ignore noexec /var/games/hdd/${SD}
ignore noexec /var/games/ssd/${SD} 

Never noexeced except you did.

noblacklist /var/games/hdd
noblacklist /var/games/hdd/${SD}
noblacklist /var/games/ssd
noblacklist /var/games/ssd/${SD}

Never blacklisted except you did.

ignore private-dev

If you use firejail 0.9.66 it should work without this line.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@TheOneric
Comment options

@rusty-snake
Comment options

@TheOneric
Comment options

Answer selected by TheOneric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants