From: Kay Sievers Date: Thu, 22 Dec 2005 16:29:20 +0000 (+0100) Subject: use udev_root instead of "/dev"in selinux matchpathcon_init_prefix() X-Git-Tag: 174~2417 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1698d39857e105876011b95e82d44c5e1e0846f2 use udev_root instead of "/dev"in selinux matchpathcon_init_prefix() Taken from Red Hat CVS: udev-075-selinux.patch --- diff --git a/udev_selinux.c b/udev_selinux.c index f014ea553..1e1fdb961 100644 --- a/udev_selinux.c +++ b/udev_selinux.c @@ -152,7 +152,7 @@ void selinux_init(void) * restoration creation purposes. */ if (is_selinux_running()) { - matchpathcon_init_prefix(NULL, "/dev"); + matchpathcon_init_prefix(NULL, udev_root); if (getfscreatecon(&prev_scontext) < 0) { err("getfscreatecon failed\n"); prev_scontext = NULL;