[SOLVED] Pax Security - seting flags to a directory
by Amanda_L from LinuxQuestions.org on (#HJZ0)
So I'm testing Arch's linux-grsec Kernel and it seems Steam has a few issues with it. I could make Steam to run with the following command:
Code:setfattr -n user.pax.flags -v "PemRS" /home/amanda/.local/share/Steam/ubuntu12_32/steamHowever, I want to set permissions for everything in Steam's folder and I can't do so. How should I proceed?
Here's how I already tried:
Code:setfattr -n user.pax.flags -v "PemRS" /home/amanda/.local/share/Steam/*But after taking a random library to find out if it worked, here's the result:
Code:[amanda@amanda ~]$ getfattr -n user.pax.flags /home/amanda/.steam/steam/ubuntu12_32/libvideo.so
/home/amanda/.steam/steam/ubuntu12_32/libvideo.so: user.pax.flags: No such attribute
Thanks!
EDIT: Solved https://bbs.archlinux.org/viewtopic....54019#p1554019
Code:setfattr -n user.pax.flags -v "PemRS" /home/amanda/.local/share/Steam/ubuntu12_32/steamHowever, I want to set permissions for everything in Steam's folder and I can't do so. How should I proceed?
Here's how I already tried:
Code:setfattr -n user.pax.flags -v "PemRS" /home/amanda/.local/share/Steam/*But after taking a random library to find out if it worked, here's the result:
Code:[amanda@amanda ~]$ getfattr -n user.pax.flags /home/amanda/.steam/steam/ubuntu12_32/libvideo.so
/home/amanda/.steam/steam/ubuntu12_32/libvideo.so: user.pax.flags: No such attribute
Thanks!
EDIT: Solved https://bbs.archlinux.org/viewtopic....54019#p1554019