-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The only way to do this is by running restorecon over the contents.
We would like to add /sys to the list of directories that systemd
fixes at boot time, just like /dev
https://bugzilla.redhat.com/show_bug.cgi?id=767355
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk7nwMoACgkQrlYvE4MpobPXhgCgrFOrRkr/wlgzRE5wKcVg9bvk
FfgAoJI291nd2Oqo1eDBuyAJyT2fgTKU
=LiKB
-----END PGP SIGNATURE-----
diff -up systemd-37/src/mount-setup.c~ systemd-37/src/mount-setup.c
--- systemd-37/src/mount-setup.c~ 2011-08-30 13:21:41.804076227 -0400
+++ systemd-37/src/mount-setup.c 2011-12-13 16:10:22.343870192 -0500
@@ -395,6 +395,7 @@ int mount_setup(bool loaded_policy) {
nftw("/dev", nftw_cb, 64, FTW_MOUNT|FTW_PHYS|FTW_ACTIONRETVAL);
nftw("/run", nftw_cb, 64, FTW_MOUNT|FTW_PHYS|FTW_ACTIONRETVAL);
+ nftw("/sys", nftw_cb, 64, FTW_MOUNT|FTW_PHYS|FTW_ACTIONRETVAL);
/* Explicitly relabel these */
NULSTR_FOREACH(j, relabel)
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel