Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304529 Details for
Bug 444451
Can't build selinux policy modules
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for checkpolicy
checkpolicy-fixvers.diff (text/plain), 1.61 KB, created by
Stephen Smalley
on 2008-05-05 15:25:55 UTC
(
hide
)
Description:
Patch for checkpolicy
Filename:
MIME Type:
Creator:
Stephen Smalley
Created:
2008-05-05 15:25:55 UTC
Size:
1.61 KB
patch
obsolete
>Revision: 2878 > http://selinux.svn.sourceforge.net/selinux/?rev=2878&view=rev >Author: jwcarter >Date: 2008-05-05 08:12:17 -0700 (Mon, 05 May 2008) > >Log Message: >----------- >Fixes a regression in the policy compilier from when ipv4 parsing was added. This patch expresses the fact that a valid version number can look like an IPv4 address. > >Modified Paths: >-------------- > trunk/checkpolicy/policy_parse.y > >Modified: trunk/checkpolicy/policy_parse.y >=================================================================== >--- trunk/checkpolicy/policy_parse.y 2008-05-05 14:45:13 UTC (rev 2877) >+++ trunk/checkpolicy/policy_parse.y 2008-05-05 15:12:17 UTC (rev 2878) >@@ -723,6 +723,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. > >------------------------------------------------------------------------- >This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >Don't miss this year's exciting event. There's still time to save $100. >Use priority code J8TL2D2. >http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone >_______________________________________________ >Selinux-commits mailing list >Selinux-commits@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/selinux-commits
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 444451
: 304529