summaryrefslogtreecommitdiff
path: root/etc/dev.d/default/selinux.dev
diff options
context:
space:
mode:
Diffstat (limited to 'etc/dev.d/default/selinux.dev')
-rw-r--r--etc/dev.d/default/selinux.dev4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/dev.d/default/selinux.dev b/etc/dev.d/default/selinux.dev
index f168eefc42..7911d345b9 100644
--- a/etc/dev.d/default/selinux.dev
+++ b/etc/dev.d/default/selinux.dev
@@ -4,6 +4,10 @@ if [ -f /etc/sysconfig/udev ]; then
. /etc/sysconfig/udev
fi
+if [ -f /etc/conf.d/udev ]; then
+ . /etc/conf.d/udev
+fi
+
[ "$UDEV_SELINUX" != "yes" ] && exit 0
if [ -x /sbin/restorecon ]; then