Page 1 of 1

Unable to access /proc/sys

PostPosted: Wed Mar 03, 2004 11:43 pm
by brad
Hello,

I patched the 2.4.25 kernel with grsecurity and compiled it. Now I am unable to access /proc/sys as root user. Similarly sysctl -a also gives permission denied .

I am not able to find gradm source for redhat. All the source that I am able to find on the net seems to be for debian ( It contains a folder full of acls for debian).
Please tell me how to access sysctl and modify the variables there.

Thank you in advance.

Regards ,

Brad

PostPosted: Fri Mar 05, 2004 11:59 am
by spender
You must not have read the documentation and enabled only CONFIG_GRKERNSEC_PROC, without enabling either the user or group mode for it.

-Brad