Bug 759201

Summary: kernel.if: Syntax error on line 3415 ' [type=SQUOTE]
Product: [Fedora] Fedora Reporter: John Reiser <jreiser>
Component: selinux-policyAssignee: Miroslav Grepl <mgrepl>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: dominick.grift, dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-01 17:05:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description John Reiser 2011-12-01 16:37:37 UTC
Description of problem: Updating to policycoreutils-python-2.1.8-7.fc17.x86_64 draws complaints:
/usr/share/selinux/devel/include/kernel/kernel.if: Syntax error on line 3415 ' [type=SQUOTE]
/usr/share/selinux/devel/include/kernel/kernel.if: Syntax error on line 3418 ' [type=SQUOTE]
/usr/share/selinux/devel/include/kernel/kernel.if: Syntax error on line 3415 ' [type=SQUOTE]
/usr/share/selinux/devel/include/kernel/kernel.if: Syntax error on line 3418 ' [type=SQUOTE]



Version-Release number of selected component (if applicable):
policycoreutils-python-2.1.8-7.fc17.x86_64

How reproducible:
haven't tried

Steps to Reproduce:
1. yum update to policycoreutils-python-2.1.8-7.fc17.x86_64
2.
3.
  
Actual results: complaints of syntax error as in Description.


Expected results: no complaints


Additional info: There are only 3099 lines (less than 3415) in the file.  The last few lines of the kernel.if file are:
-----
interface(`procs_type',`
        gen_require(`
                attribute proc_type
        ')

        typeattribute $1 proc_type;
')
-----
The file belongs (rpm -qf) to selinux-policy-3.10.0-61.fc17.noarch.

Comment 1 Miroslav Grepl 2011-12-01 17:05:00 UTC
Good catch.