start adding infrastructure for the constraint exceptions

This commit is contained in:
Chris PeBenito 2005-05-09 17:47:57 +00:00
parent 18f25afdf6
commit 96b0000f1b

View File

@ -7,9 +7,10 @@ policy_module(udev,1.0)
# Declarations
#
type udev_t; # nscd_client_domain, privowner
type udev_t; # nscd_client_domain
type udev_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_entrypoint_file(udev_t,udev_helper_exec_t)
domain_make_file_descriptors_widely_inheritable(udev_t)