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;