85630fd27f
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
4 lines
207 B
Django/Jinja
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 }}'
|