Page 1 of 1

how do i do a gradm -a from a regular sys account (not root)

PostPosted: Wed Jan 22, 2003 1:09 pm
by vpolyakov
i did a chmod g+x /sbin/gradm so that everyone in root's group can execute gradm
however:
vpolyakov@dev-null:~$ /sbin/gradm -a
Password:
Could not open /proc/sys/kernel/grsecurity/acl
open: Permission denied

any ideas?

PostPosted: Wed Jan 22, 2003 3:20 pm
by spender
You can only run gradm from root, because the interface to the kernel is only writable by root. This is a security measure, and won't ever be changed.

-Brad