Bug 117785
Summary: | "rpm -ivh" of kernel rpm fails to create mkinitrd due to multiple avc denials | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Stephen Tweedie <sct> | ||||
Component: | policy | Assignee: | Daniel Walsh <dwalsh> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | |||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | russell, sct | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2004-04-07 02:06:15 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 114961 | ||||||
Attachments: |
|
Description
Stephen Tweedie
2004-03-08 15:58:03 UTC
Created attachment 98371 [details]
kernel log of avc errors during attempted kernel rpm install
Put some fixes in -10 that should fix these problems. Dan Is it built anywhere? I can't see it on the build system yet. Fixed in policy-1.9-1 kernel install w/ policy-1.9-12. looks much better: # rpm -ivh ../i686/kernel-2.6.4-1.286.i686.rpm Preparing... ########################################### [100%] 1:kernel ########################################### [100%] WARNING: /lib/modules/2.6.4-1.286/kernel/drivers/char/crash.ko needs unknown symbol page_is_ram /bin/bash: /root/.bashrc: Permission denied avc denials (enforcing on): avc: denied { search } for pid=24907 exe=/bin/bash name=root dev=hda2 ino=392449 scontext=root:sysadm_r:bootloader_t tcontext=root:object_r:staff_home_dir_t tclass=dir SELinux: initialized (dev loop0, type ext2), uses xattr avc: denied { search } for pid=25086 exe=/sbin/grubby name=root dev=hda2 ino=392449 scontext=root:sysadm_r:bootloader_t tcontext=root:object_r:staff_home_dir_t tclass=dir Fixed in latest policy. This is not audited. |