From: <ssm...@us...> - 2008-06-06 14:41:27
|
Revision: 2898 http://selinux.svn.sourceforge.net/selinux/?rev=2898&view=rev Author: ssmalley Date: 2008-06-06 07:41:13 -0700 (Fri, 06 Jun 2008) Log Message: ----------- applied r2877:2878 from trunk Modified Paths: -------------- branches/stable/1_0/checkpolicy/policy_parse.y Modified: branches/stable/1_0/checkpolicy/policy_parse.y =================================================================== --- branches/stable/1_0/checkpolicy/policy_parse.y 2008-06-06 14:39:52 UTC (rev 2897) +++ branches/stable/1_0/checkpolicy/policy_parse.y 2008-06-06 14:41:13 UTC (rev 2898) @@ -777,6 +777,7 @@ ; version_identifier : VERSION_IDENTIFIER { if (insert_id(yytext,0)) return -1; } + | ipv4_addr_def /* version can look like ipv4 address */ ; avrules_block : avrule_decls avrule_user_defs ; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |