lib: Add selinux=0 to default kernel command line.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 31 Jul 2009 14:57:46 +0000 (15:57 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 31 Jul 2009 22:30:42 +0000 (23:30 +0100)
commit804330120dcbedc754174fdfdf13cf7577a7eba9
treee0d68b479c7ef43818ca91eedbe78c7d9b4d5b72
parent8647c4ada502d0ce2b940f9e9cd47378d99a9164
lib: Add selinux=0 to default kernel command line.

SELinux exists in a very disturbed state if it is enabled at
boot time, but no policy is loaded.  In particular, it messes
up the security.selinux extended attributes on files in a
not-very-useful way.

We can't enable SELinux because we don't know what policy
can or should be loaded.  Therefore it's best to disable it
completely.
src/guestfs.c