systemd: Add basic systemd-analyze rules.
Signed-off-by: Chris PeBenito <chpebeni@linux.microsoft.com>
This commit is contained in:
parent
0dc400529c
commit
739ae42cac
|
@ -362,6 +362,29 @@ userdom_user_runtime_content(systemd_user_transient_unit_t)
|
|||
type power_unit_t;
|
||||
init_unit_file(power_unit_t)
|
||||
|
||||
######################################
|
||||
#
|
||||
# Analyze local policy
|
||||
#
|
||||
|
||||
files_get_etc_unit_status(systemd_analyze_t)
|
||||
|
||||
init_stream_connect(systemd_analyze_t)
|
||||
init_get_all_units_status(systemd_analyze_t)
|
||||
init_service_status(systemd_analyze_t)
|
||||
init_get_system_status(systemd_analyze_t)
|
||||
|
||||
kernel_read_kernel_sysctls(systemd_analyze_t)
|
||||
kernel_dontaudit_getattr_proc(systemd_analyze_t)
|
||||
|
||||
miscfiles_read_localization(systemd_analyze_t)
|
||||
|
||||
seutil_libselinux_linked(systemd_analyze_t)
|
||||
|
||||
systemd_log_parse_environment(systemd_analyze_t)
|
||||
|
||||
userdom_use_inherited_user_terminals(systemd_analyze_t)
|
||||
|
||||
######################################
|
||||
#
|
||||
# Backlight local policy
|
||||
|
|
Loading…
Reference in New Issue