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@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.