[selinux-policy: 1/2] Fix /sys/kernel/uevent_helper to be a file rather then recursing a directory

Daniel J Walsh dwalsh at fedoraproject.org
Mon Jan 20 15:46:20 UTC 2014


commit 3708ddf552a1a8f53e600a7df91fef86ab5ea69e
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Jan 20 10:46:14 2014 -0500

    Fix /sys/kernel/uevent_helper to be a file rather then recursing a directory

 selinux-policy.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/selinux-policy.conf b/selinux-policy.conf
index c430d92..eb98593 100644
--- a/selinux-policy.conf
+++ b/selinux-policy.conf
@@ -1,3 +1,3 @@
 z /sys/devices/system/cpu/online - - -
 Z /sys/class/net - - -
-Z /sys/kernel/uevent_helper - - -
+z /sys/kernel/uevent_helper - - -


More information about the scm-commits mailing list