public-health-ch/ansible/roles/dev-sec.ssh-hardening/files/ssh_password
2017-04-24 14:22:51 +02:00

10 lines
187 B
Text

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 };