[selinux-policy: 2551/3172] Getty patch from Dan Walsh.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:46:44 UTC 2010


commit b60df9f57d724f6533fb54d90f2d490ad86374b1
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Mar 19 11:05:56 2010 -0400

    Getty patch from Dan Walsh.

 policy/modules/system/getty.te |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
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)
 


More information about the scm-commits mailing list