Stephen Smalley wrote:
...
> Must have previously booted an ancient kernel with SELinux permissive
> and no policy loaded. Kernel was fixed by the commit below in 2006.
> I'd recommend that he run the following to clean up the droppings in his
> filesystem:
> find / \( -fstype ext2 -o -fstype ext3 -o -fstype ext4 \) -exec setfattr -x
> security.selinux {} \;
>
> commit 8aad38752e81d1d4de67e3d8e2524618ce7c9276
> Author: Stephen Smalley <[email protected]>
> Date: Wed Mar 22 00:09:13 2006 -0800
>
> [PATCH] selinux: Disable automatic labeling of new inodes when no policy
> is loaded
Thanks for the quick explanation!