Page 1 of 1

symlinkown not working

PostPosted: Tue Jan 15, 2013 11:45 am
by bugmenot
Hi,

cat /boot/config-3.7.1-grsec | grep SYML
CONFIG_GRKERNSEC_SYMLINKOWN_GID=1006
CONFIG_GRKERNSEC_SYMLINKOWN=y

sysctl

kernel.grsecurity.enforce_symlinksifowner = 1
kernel.grsecurity.symlinkown_gid = 1006


apache /home folder on the web sites, shared host

AllowOverride all
Allow from all

With this configuration, when the symbolic link FollowSymLinks able to receive content from a folder different.
What is the wrong?

Re: symlinkown not working

PostPosted: Tue Jan 15, 2013 12:49 pm
by spender
Is apache running with GID or supplementary group 1006?

-Brad