On Fri, 2004-02-27 at 15:34, John Ellson wrote:
Do I do that before or after rebooting with selinux enabled?
It should work even with selinux=0, as the xattr handlers will still be
present in the kernel. The only issue is that a file might get left
unlabeled if it is created after the 'make relabel' would have touched
it but before you've rebooted with selinux enabled, e.g. files that get
created on shutdown. I think that Dan may have plans to catch common
cases of that situation using restorecon in init scripts, but I'm not
sure.