(0010991)
Jakob (reporter)
2010-02-12 18:49
|
OK, in the year 2010 this bug is still unresolved :-/
I am trying to switch from targeted to strict on CentOS 5.4 x86_64 -- it always fails with these messages:
---
type=1404 audit(1265998930.500:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=42944967295
type=1403 audit(1265998931.196:3): policy loaded auid=4294967295 ses=4294967295
type=1400 audit(1265998931.204:4): avc: denied { execute } for pid=1 comm="init" path="/lib64/libsepol.so.1" dev=dm-0 ino=5177408 scontext=system_u:system_r:init_t_s0 tcontext=system_u:object_r:lib_t:s0 tclass=file
/sbin/init: error while loading shared libraries: libsepol.so.1: failed to map segment from shared object: Permission denied
Kernel panic - not syncing: Attempted to kill init!
---
Do I need to add /sbin/init to the object group or what is going on here? Or is this a bug in the policy? |