Invoking "gradm -E" on my server results in the following message:
"Write access is allowed by role backup0 to ., a directory which holds binaries for your system and is included in the PATH environment variable.
There were 1 holes found in your RBAC configuration. These must be fixed before the RBAC system will be allowed to be enabled."
The role in question is defined as:
- Code: Select all
role backup0 u
subject / {
/ h
/bin h
/bin/bash x
/dev h
/dev/tty rw
/etc r
/etc/ssh h
/etc/grsec h
/etc/shadow h
/home r
/lib rx
/proc h
/proc/meminfo r
/usr h
/usr/bin/rsync x
-CAP_ALL
bind disabled
connect disabled
}
Any ideas?