Add refpolicy core socket-activated services.

This commit is contained in:
Chris PeBenito 2015-10-20 13:25:57 -04:00
parent bdfc7e3eb0
commit 4388def2d9
3 changed files with 3 additions and 0 deletions

View File

@ -67,6 +67,7 @@ files_config_file(syslog_conf_t)
type syslogd_t;
type syslogd_exec_t;
init_daemon_domain(syslogd_t, syslogd_exec_t)
init_named_socket_activation(syslogd_t, syslogd_var_run_t)
type syslogd_initrc_exec_t;
init_script_file(syslogd_initrc_exec_t)

View File

@ -18,6 +18,7 @@ files_pid_file(clvmd_var_run_t)
type lvm_t;
type lvm_exec_t;
init_system_domain(lvm_t, lvm_exec_t)
init_named_socket_activation(lvm_t, lvm_var_run_t)
# needs privowner because it assigns the identity system_u to device nodes
# but runs as the identity of the sysadmin
domain_obj_id_change_exemption(lvm_t)

View File

@ -13,6 +13,7 @@ domain_obj_id_change_exemption(udev_t)
domain_entry_file(udev_t, udev_helper_exec_t)
domain_interactive_fd(udev_t)
init_daemon_domain(udev_t, udev_exec_t)
init_named_socket_activation(udev_t, udev_var_run_t)
type udev_etc_t alias etc_udev_t;
files_config_file(udev_etc_t)