diff --git a/policy/modules/system/getty.te b/policy/modules/system/getty.te index 358ca46..d5a1235 100644 --- a/policy/modules/system/getty.te +++ b/policy/modules/system/getty.te @@ -1,5 +1,5 @@ -policy_module(getty, 1.7.0) +policy_module(getty, 1.7.1) ######################################## # @@ -56,11 +56,11 @@ files_tmp_filetrans(getty_t, getty_tmp_t, { file dir }) manage_files_pattern(getty_t, getty_var_run_t, getty_var_run_t) files_pid_filetrans(getty_t, getty_var_run_t, file) -kernel_list_proc(getty_t) -kernel_read_proc_symlinks(getty_t) +kernel_read_system_state(getty_t) -corecmd_search_bin(getty_t) -corecmd_read_bin_symlinks(getty_t) +# these two needed for receiving faxes +corecmd_exec_bin(getty_t) +corecmd_exec_shell(getty_t) dev_read_sysfs(getty_t)