diff --git a/policy/modules/system/hostname.te b/policy/modules/system/hostname.te index 7cdd8a7a8..215e6067a 100644 --- a/policy/modules/system/hostname.te +++ b/policy/modules/system/hostname.te @@ -27,6 +27,13 @@ kernel_read_proc_symlinks(hostname_t) dev_read_sysfs(hostname_t) +domain_use_interactive_fds(hostname_t) + +files_read_etc_files(hostname_t) +files_dontaudit_search_var(hostname_t) +# for when /usr is not mounted: +files_dontaudit_search_isid_type_dirs(hostname_t) + fs_getattr_xattr_fs(hostname_t) fs_search_auto_mountpoints(hostname_t) fs_dontaudit_use_tmpfs_chr_dev(hostname_t) @@ -39,13 +46,6 @@ init_use_fds(hostname_t) init_use_script_fds(hostname_t) init_use_script_ptys(hostname_t) -domain_use_interactive_fds(hostname_t) - -files_read_etc_files(hostname_t) -files_dontaudit_search_var(hostname_t) -# for when /usr is not mounted: -files_dontaudit_search_isid_type_dirs(hostname_t) - logging_send_syslog_msg(hostname_t) miscfiles_read_localization(hostname_t)