ansible-hardening/templates/dconf-gdm-banner-message.j2
Major Hayden 85630fd27f Enable graphical login banner
This patch enables login warning banners on graphical logins. Docs
will be in a follow-on patch.

Implements: blueprint security-rhel7-stig
Change-Id: I9aa7e2c2691b0d2c0659826037909bf43cef0505
2016-11-18 13:48:43 -06:00

4 lines
207 B
Django/Jinja

[org/gnome/login-screen]
banner-message-enable={{ security_enable_graphical_login_message | bool | ternary('true', 'false') }}
banner-message-text='{{ security_enable_graphical_login_message_text | trim }}'