Udev fc for /var/run/udev from Martin Orr.
This is intended to label /run/udev, but I am assuming that everyone will use file_contexts.subs(_dist)? to substitute /var/run for /run, since there are currently no other fcs for /run in refpolicy. The label is udev_tbl_t instead of udev_var_run_t, because /run/udev contains the data which used to be in /dev/.udev.
This commit is contained in:
parent
edfe67fd15
commit
e5745955f9
@ -22,3 +22,4 @@
|
||||
/usr/bin/udevinfo -- 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)
|
||||
|
@ -1,4 +1,4 @@
|
||||
policy_module(udev, 1.12.2)
|
||||
policy_module(udev, 1.12.3)
|
||||
|
||||
########################################
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user