From 31f772cb7ae08c8e5152acce28e10cd9471759e6 Mon Sep 17 00:00:00 2001 From: Sven Vermeulen Date: Wed, 25 Jul 2012 13:41:19 +0200 Subject: [PATCH] New location for udevd binary Recent udev installs its main binary in /usr/lib/systemd (called systemd-udevd). Update file contexts to support this. Signed-off-by: Sven Vermeulen --- policy/modules/system/udev.fc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/policy/modules/system/udev.fc b/policy/modules/system/udev.fc index 257539378..fc067b991 100644 --- a/policy/modules/system/udev.fc +++ b/policy/modules/system/udev.fc @@ -28,6 +28,8 @@ ifdef(`distro_redhat',` /usr/bin/udevinfo -- gen_context(system_u:object_r:udev_exec_t,s0) +/usr/lib/systemd/systemd-udevd -- gen_context(system_u:object_r:udev_exec_t,s0) + /var/run/PackageKit/udev(/.*)? gen_context(system_u:object_r:udev_var_run_t,s0) /var/run/udev(/.*)? gen_context(system_u:object_r:udev_tbl_t,s0)