selinux-policy/refpolicy/policy/modules/services/ssh.fc

17 lines
803 B
Plaintext
Raw Normal View History

2005-07-18 14:25:05 +00:00
/etc/ssh/primes -- context_template(system_u:object_r:sshd_key_t,s0)
/etc/ssh/ssh_host_key -- context_template(system_u:object_r:sshd_key_t,s0)
/etc/ssh/ssh_host_dsa_key -- context_template(system_u:object_r:sshd_key_t,s0)
/etc/ssh/ssh_host_rsa_key -- context_template(system_u:object_r:sshd_key_t,s0)
2005-07-06 15:59:54 +00:00
2005-07-18 14:25:05 +00:00
/usr/bin/ssh -- context_template(system_u:object_r:ssh_exec_t,s0)
/usr/bin/ssh-agent -- context_template(system_u:object_r:ssh_agent_exec_t,s0)
/usr/bin/ssh-keygen -- context_template(system_u:object_r:ssh_keygen_exec_t,s0)
2005-07-06 15:59:54 +00:00
2005-07-18 14:25:05 +00:00
/usr/sbin/sshd -- context_template(system_u:object_r:sshd_exec_t,s0)
2005-07-06 15:59:54 +00:00
2005-07-18 14:25:05 +00:00
/var/run/sshd\.init\.pid -- context_template(system_u:object_r:sshd_var_run_t,s0)
2005-07-06 15:59:54 +00:00
ifdef(`targeted_policy', `', `
2005-07-18 14:25:05 +00:00
HOME_DIR/\.ssh(/.*)? context_template(system_u:object_r:ROLE_home_ssh_t,s0)
2005-07-06 15:59:54 +00:00
')