## Systemd components (not PID 1) ###################################### ## ## Make the specified type usable as an ## log parse environment type. ## ## ## ## Type to be used as a log parse environment type. ## ## # interface(`systemd_log_parse_environment',` gen_require(` attribute systemd_log_parse_env_type; ') typeattribute $1 systemd_log_parse_env_type; ') ###################################### ## ## Read systemd_login PID files. ## ## ## ## Domain allowed access. ## ## # interface(`systemd_read_logind_pids',` gen_require(` type systemd_logind_var_run_t; ') files_search_pids($1) read_files_pattern($1, systemd_logind_var_run_t, systemd_logind_var_run_t) ') ###################################### ## ## Manage systemd_login PID pipes. ## ## ## ## Domain allowed access. ## ## # interface(`systemd_manage_logind_pid_pipes',` gen_require(` type systemd_logind_var_run_t; ') files_search_pids($1) manage_fifo_files_pattern($1, systemd_logind_var_run_t, systemd_logind_var_run_t) ') ###################################### ## ## Use inherited systemd ## logind file descriptors. ## ## ## ## Domain allowed access. ## ## # interface(`systemd_use_logind_fds',` gen_require(` type systemd_logind_t; ') allow $1 systemd_logind_t:fd use; ') ######################################## ## ## Send and receive messages from ## systemd logind over dbus. ## ## ## ## Domain allowed access. ## ## # interface(`systemd_dbus_chat_logind',` gen_require(` type systemd_logind_t; class dbus send_msg; ') allow $1 systemd_logind_t:dbus send_msg; allow systemd_logind_t $1:dbus send_msg; ') ######################################## ## ## Allow process to write to systemd_kmod_conf_t. ## ## ## ## Domain allowed access. ## ## ## # interface(`systemd_write_kmod_files',` gen_require(` type systemd_kmod_conf_t; ') write_files_pattern($1, var_run_t, systemd_kmod_conf_t) ') ######################################## ## ## Allow process to relabel to systemd_kmod_conf_t. ## ## ## ## Domain allowed access. ## ## ## # interface(`systemd_relabelto_kmod_files',` gen_require(` type systemd_kmod_conf_t; ') allow $1 systemd_kmod_conf_t:file relabelto_file_perms; ') ######################################## ## ## Get the system status information from systemd_login ## ## ## ## Domain allowed access. ## ## # interface(`systemd_status_logind',` gen_require(` type systemd_logind_t; class service status; ') allow $1 systemd_logind_t:service status; ') ######################################## ## ## Send systemd_login a null signal. ## ## ## ## Domain allowed access. ## ## # interface(`systemd_signull_logind',` gen_require(` type systemd_logind_t; ') allow $1 systemd_logind_t:process signull; ') ######################################## ## ## Allow specified domain to start power units ## ## ## ## Domain to not audit. ## ## # interface(`systemd_start_power_units',` gen_require(` type power_unit_t; class service start; ') allow $1 power_unit_t:service start; ')