I think I'm missing something simple, but every time I try to gradm -E, I'm being asked for a password. How can I enable it automatically after boot? (so that no password is needed)
Asked
Active
Viewed 55 times
1 Answers
1
Use an init.d script.
Something containing:
start) log_daemon_msg "Starting grsecurity ACL control" "gradm "
/sbin/gradm -E
Jeroen
- 1,339