[PATCH 10/10] Changed to easier check command.

Michele Newman mnewman at redhat.com
Fri Nov 2 04:25:37 UTC 2012


---
 RHEL6/input/system/accounts/banners.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/RHEL6/input/system/accounts/banners.xml b/RHEL6/input/system/accounts/banners.xml
index 243ccf9..8e44a80 100644
--- a/RHEL6/input/system/accounts/banners.xml
+++ b/RHEL6/input/system/accounts/banners.xml
@@ -105,8 +105,8 @@ To display a banner, this setting must be enabled and then
 banner text must also be set.
 </description>
 <ocil clause="it is not">
-To ensure a login warning banner is enabled, open the following file:
-<pre>/etc/gconf/schemas/gdm-simple-greeter.schemas</pre>
+To ensure a login warning banner is enabled, run the following:
+<pre># gconftool-2 -g /apps/gdm/simple-greeter/banner_message_enable</pre>
 Search for the <tt>banner_message_enable</tt> schema.
 If properly configured, the <tt>default</tt> value should be <tt>true</tt>.
 </ocil>
@@ -134,8 +134,8 @@ directly to the file <tt>/var/lib/gdm/.gconf/apps/gdm/simple-greeter/%gconf.xml<
 and this file can later be edited directly if necessary.
 </description>
 <ocil clause="it does not">
-To ensure login warning banner text is properly set, open the following file:
-<pre>/etc/gconf/schemas/gdm-simple-greeter.schemas</pre>
+To ensure login warning banner text is properly set, run the following:
+<pre># gconftool-2 -g /apps/gdm/simple-greeter/banner_message_text</pre>
 Search for the <tt>banner_message_text</tt> schema.
 If properly configured, the proper banner text will appear within this schema.
 </ocil>
-- 
1.8.0



More information about the scap-security-guide mailing list