- Code: Select all
"i" caused a syntax error on line 48 of /etc/grsec/policy
my policy looks like this (snippet):
- Code: Select all
40
41 role default
42 subject /
43 / h
44 -CAP_ALL
45 connect disabled
46 bind disabled
47
48 include <./users>
49
it was generated by the learning process (gradm -F -L learning.log -O .)
When I comment out the include (line 48), the syntax error disappears.
Any suggestions how to fix this?