On 05/01/2014 09:31 AM, Dominick Grift wrote: > On Thu, 2014-05-01 at 15:27 +0200, Dominick Grift wrote: >> On Thu, 2014-05-01 at 15:24 +0200, Dominick Grift wrote: >> >> Whoops sorry... Its called by an unused type attribute >> >> Sorry for the noise > > hmm.. no i think its really a bug... it should be there > Ugh, we were missing a break statement in the --handle-unknown case of secilc, so it fell through to the dontaudit case. So using the -U option caused dontaudits to be disabled. Below is a patch that should fix it. Thanks, - Steve diff --git a/secilc.c b/secilc.c index 88a9cfa..2b95875 100644 --- a/secilc.c +++ b/secilc.c @@ -156,6 +156,7 @@ int main(int argc, char *argv[]) } else { usage(argv[0]); } + break; case 'D': disable_dontaudit = 1; break; _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.