Can the learing mode of grsec be modified so that, i could specify it for
objects too, for example:
/ {
/ r
/usr rl <-----
/etc rx
/etc/grsec h
....
}
this way i don't need to allow learing mode for the whole /, since this way i
can protect other directories and not leave all the system open, like
/ l {
/ r
/usr r
/etc rx
/etc/grsec h
....
}
or is there some workarount to get this functionality?
ps. As i understand this setup
/ {
/ r
/usr rl
/etc rx
/etc/grsec h
....
}
/usr lo {
/usr r
}
is illegal.
Thanks