install grsec and gradm no problems.
My problem is taking gradm out or learning mode:
debi:~# ./learnstart.sh
debi:~# ./learnstop.sh
Unable to open /etc/grsec/acl for writing.
Error: No such file or directory
debi:~# gradm -S
The RBAC system is currently enabled.
debi:~# pico learnstop.sh
GNU nano 1.2.4 File: learnstop.sh
#!/bin/sh
gradm -F -L /etc/grsec/learning.log -O /etc/grsec/acl
If i make the file acl myself...it still does not recognise it.
Any help would be apprceiated!