public-health-ch/ansible/roles/dev-sec.os-hardening/templates/securetty.j2

7 lines
142 B
Django/Jinja

# {{ ansible_managed }}
# A list of TTYs, from which root can log in
# see `man securetty` for reference
{{ "\n".join(os_auth_root_ttys) }}