start adding infrastructure for the constraint exceptions
This commit is contained in:
parent
18f25afdf6
commit
96b0000f1b
|
@ -7,9 +7,10 @@ policy_module(udev,1.0)
|
||||||
# Declarations
|
# Declarations
|
||||||
#
|
#
|
||||||
|
|
||||||
type udev_t; # nscd_client_domain, privowner
|
type udev_t; # nscd_client_domain
|
||||||
type udev_exec_t;
|
type udev_exec_t;
|
||||||
type udev_helper_exec_t;
|
type udev_helper_exec_t;
|
||||||
|
kernel_make_object_identity_change_constraint_exception(udev_t)
|
||||||
domain_make_daemon_domain(udev_t,udev_exec_t)
|
domain_make_daemon_domain(udev_t,udev_exec_t)
|
||||||
domain_make_entrypoint_file(udev_t,udev_helper_exec_t)
|
domain_make_entrypoint_file(udev_t,udev_helper_exec_t)
|
||||||
domain_make_file_descriptors_widely_inheritable(udev_t)
|
domain_make_file_descriptors_widely_inheritable(udev_t)
|
||||||
|
|
Loading…
Reference in New Issue