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 <sven.vermeulen@siphos.be>
This commit is contained in:
Sven Vermeulen 2012-07-25 13:41:19 +02:00 committed by Chris PeBenito
parent 8c9a1703a7
commit 31f772cb7a
1 changed files with 2 additions and 0 deletions

View File

@ -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)