Page 1 of 1

role's holes

PostPosted: Thu Aug 17, 2006 7:29 am
by p1kus
"There were 29 holes found in your RBAC configuration. These must be fixed before the RBAC system will be allowed to be enabled"

is there any way to enable RBAC, because without it there are 29+7 holes in the system and i wanted to run at first minimal policy config

p1kus

role's holes

PostPosted: Fri Aug 18, 2006 2:43 am
by p1kus
i commented line in gradm_analyze.c
// exit(EXIT_FAILURE);
and it seems to work

PostPosted: Sat Aug 19, 2006 12:34 pm
by sekko
This is a blind solution: you simply "close your eyes" so that you don't see the problem. You should fix your ACLs instead, that would be a real solution.
Anyway, if you want to go production with bad ALCs, there should be a special option that make gradm silent about you ACLs. Try with "gradm -E -H" (or look at the startup guide that you find in DOCS section).