[selinux-policy: 913/3172] hack

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:23:57 UTC 2010


commit b488014fd75974bd12fa98ace2e270ca496f9f82
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Tue Nov 1 20:52:48 2005 +0000

    hack

 refpolicy/policy/modules/services/ssh.te |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/refpolicy/policy/modules/services/ssh.te b/refpolicy/policy/modules/services/ssh.te
index f8eac9d..6715e1b 100644
--- a/refpolicy/policy/modules/services/ssh.te
+++ b/refpolicy/policy/modules/services/ssh.te
@@ -34,6 +34,11 @@ ifdef(`targeted_policy',`
 
 	type sshd_var_run_t;
 	files_type(sshd_var_run_t)
+
+	# FIXME
+	typeattribute ssh_exec_t entry_type;
+	typeattribute ssh_keygen_exec_t entry_type;
+	typeattribute ssh_keysign_exec_t entry_type;
 ',`
 	# Type for the ssh-agent executable.
 	type ssh_agent_exec_t;


More information about the scm-commits mailing list