How to disable noexec for a /var/-subdir? #4672
-
Problem: Contents of /etc/firejail/steam.local
Testing the overly permissive invokation:
also doesn't work and the log shows that firejail does indeed still set noexec: Log output matching the regex:1101 1099 8:33 / /var/games/hdd rw,relatime master:50 - ext4 /dev/sdc1 rw mountid=1101 fsname=/ dir=/var/games/hdd fstype=ext4 Mounting read-only /var/games/ssd 1102 1100 259:4 / /var/games/ssd ro,noatime master:39 - ext4 /dev/nvme0n1p4 rw mountid=1102 fsname=/ dir=/var/games/ssd fstype=ext4 Mounting read-only /var/games/hdd 1103 1101 8:33 / /var/games/hdd ro,relatime master:50 - ext4 /dev/sdc1 rw mountid=1103 fsname=/ dir=/var/games/hdd fstype=ext4 1108 1107 8:33 / /var/games/hdd ro,relatime master:50 - ext4 /dev/sdc1 rw mountid=1108 fsname=/ dir=/var/games/hdd fstype=ext4 Mounting noexec /var/games/ssd 1109 1106 259:4 / /var/games/ssd ro,nosuid,nodev,noexec,noatime master:39 - ext4 /dev/nvme0n1p4 rw mountid=1109 fsname=/ dir=/var/games/ssd fstype=ext4 Mounting noexec /var/games/hdd 1110 1108 8:33 / /var/games/hdd ro,nosuid,nodev,noexec,relatime master:50 - ext4 /dev/sdc1 rw mountid=1110 fsname=/ dir=/var/games/hdd fstype=ext4 Question: Background: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
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
Never
Never
If you use firejail 0.9.66 it should work without this line. |
Beta Was this translation helpful? Give feedback.
Try
I think it should work, if so set
writable-var
in your steam.local.Never
noexec
ed except you did.Never
blacklist
ed except you did.If you use firejail 0.9.66 it should work without this line.