public-health-ch/ansible/roles/dev-sec.ssh-hardening/files/ssh_password

11 lines
187 B
Text
Raw Normal View History

2017-04-24 12:22:51 +00:00
module ssh_password 1.0;
require {
type sshd_t;
type shadow_t;
class file { read open };
}
#============= sshd_t ==============
allow sshd_t shadow_t:file { read open };