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,264
  • 6
  • 21
  • 40

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
  • 7
  • 16
  • Ok, I'm just tired. I thought I got the password question on both `-E` and `-D`, but it's only when disabling. – viraptor Jan 18 '16 at 12:20