All of lore.kernel.org
 help / color / mirror / Atom feed
* audit2allow -R
@ 2008-04-25 17:54 Stephen Smalley
  2008-04-25 19:28 ` Daniel J Walsh
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Smalley @ 2008-04-25 17:54 UTC (permalink / raw)
  To: Daniel J Walsh; +Cc: Karl MacMillan, selinux, Joshua Brindle

Per the man page, audit2allow -R is supposed to be the default.
And the code says:
        parser.add_option("-R", "--reference", action="store_true", dest="refpolicy",
                          default=True, help="generate refpolicy style output")

which seems to confirm that.  But running audit2allow w/o -R does not
generate interface calls.

On the next line, we have the opposite option:
        parser.add_option("-N", "--noreference", action="store_false", dest="refpolicy",
                          default=False, help="do not generate refpolicy style output")

I'm wondering if the default= value there is clobbering the prior one
and needs to get updated too if we actually want this to be the default.

But before we do that, do we truly want to make it the default?  How
confident are we in the interface matching?


-- 
Stephen Smalley
National Security Agency


--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-04-25 19:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-25 17:54 audit2allow -R Stephen Smalley
2008-04-25 19:28 ` Daniel J Walsh
2008-04-25 19:35   ` Stephen Smalley
2008-04-25 19:38     ` Stephen Smalley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.