From: <ssm...@us...> - 2008-05-05 14:42:07
|
Revision: 2875 http://selinux.svn.sourceforge.net/selinux/?rev=2875&view=rev Author: ssmalley Date: 2008-05-05 07:42:01 -0700 (Mon, 05 May 2008) Log Message: ----------- Fix man page description of defaults (refpolicy interfaces are not default) Modified Paths: -------------- trunk/policycoreutils/audit2allow/audit2allow.1 Modified: trunk/policycoreutils/audit2allow/audit2allow.1 =================================================================== --- trunk/policycoreutils/audit2allow/audit2allow.1 2008-04-21 16:59:06 UTC (rev 2874) +++ trunk/policycoreutils/audit2allow/audit2allow.1 2008-05-05 14:42:01 UTC (rev 2875) @@ -72,9 +72,11 @@ .TP .B "\-N" | "\-\-noreference" Do not generate reference policy, traditional style allow rules. +This is the default behavior. .TP .B "\-R" | "\-\-reference" -Generate reference policy using installed macros.Default +Generate reference policy using installed macros. +This attempts to match denials against interfaces and may be inaccurate. .TP .B "\-t " | "\-\-tefile" Indicates input file is a te (type enforcement) file. This can be used to translate old te format to new policy format. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |