From 1698d39857e105876011b95e82d44c5e1e0846f2 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 22 Dec 2005 17:29:20 +0100 Subject: [PATCH] use udev_root instead of "/dev"in selinux matchpathcon_init_prefix() Taken from Red Hat CVS: udev-075-selinux.patch --- udev_selinux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.30.2