1

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)

viraptor
  • 1,176

1 Answers1

1

Use an init.d script.

Something containing:

start)  log_daemon_msg "Starting grsecurity ACL control" "gradm "
    /sbin/gradm -E
Jeroen
  • 1,339