Bug 203380

Summary: mkinitd - selinux and awk warnings
Product: [Fedora] Fedora Reporter: Alan Cox <alan>
Component: mkinitrdAssignee: Peter Jones <pjones>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-03 16:42:06 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alan Cox 2006-08-21 16:21:50 UTC
mkinitrd produces SELinux and other error messages

The case I see this is

login as root
cd to an NFS directory
make modules_install
cp arch/x86_64/boot/bzImage /boot/vmlinuz.ac

[so far so good]

mkinitrd /boot/vmlinuz.ac 2.6.18-rc4-mm2 

[Several {search} SELinux errors]
Two awk warnings about treating \] as ]

End result appears to be fine (but I'm not in enforcing mode]

Comment 1 Peter Jones 2006-09-14 15:19:16 UTC
I've fixed the awk error in CVS; as for the SELinux errors, that probably needs
to  be filed against policy; I'll dupe this for it.

Comment 2 Peter Jones 2006-09-27 17:52:53 UTC
OK, setting this to modified for the awk errors, since there's now a separate
bug for the selinux ones.

Comment 3 Alan Cox 2006-10-03 16:42:06 UTC
Awk errors are fixed, still have to turn selinux off to use it though