today I switched to linux-grsec by installing the kernel + paxd. After booting linux-grsec the first time I encountered a few errors which I displayed with "sudo dmesg":
- Code: Select all
[ 3.763114] grsec: denied kernel module auto-load of fuse by uid 120
[ 9.873579] grsec: denied kernel module auto-load of fuse by uid 1000
When starting iceweasel:
- Code: Select all
[ 151.744072] grsec: denied RWX mmap of <anonymous mapping> by /usr/lib/iceweasel/iceweasel[iceweasel:1509] uid/euid:1000/1000 gid/egid:100/100, parent /usr/lib/systemd/systemd[systemd:1] uid/euid:0/0 gid/egid:0/0
Complete "sudo dmesg" output:
http://pastebin.com/SMvsefYv
I couldn't really find anything in google but I believe that it isn't wise to have grsec block auto-load? And iceweasel shouldn't be blocked either
Any ideas what I need to configure/change in grsec/paxd?
Thanks !