[DSE-User] init running as kernel_t problem

Yab Boos trolldein at gmail.com
Thu Feb 14 00:06:59 UTC 2008


Hi,

Erich Schubert wrote:
> Hi,
>   
>> However still if I create /.autorelabel, after the reboot the file is 
>> gone but the time it takes to boot doesn't differ from the regular 
>>     
>
> Seems as if the relabel part of the selinux-basics script doesn't work
> right. Try removing the >/dev/null part from
>
> /sbin/fixfiles -f -F relabel > /dev/null || true
>   
Looks like the syntax changed indeed.
I'm not sure what fixfiles relabels when no directory is specified, it 
obviously  doesn't relabel /.
I've changed the relabel part to:
/sbin/fixfiles -f -F relabel / > /dev/null || true
and it worked properly.

Thanks.



More information about the Selinux-user mailing list