[PATCH] Changed gconf_gnome_screensaver_idle_delay to accept values less than or equal to desired.

Caleb Cooper coopercd at ornl.gov
Thu Oct 3 12:59:51 UTC 2013


This check was failing if the idle delay for the gnome screensaver was less than the number of minutes requested in the profile's refine-selector. I changed the datatype from string to int and the operation from equals to less than or equal. Now any value less than or equal to that requested in the profile will pass.

Caleb Cooper (1):
  Changed the gconf_gnome_screensaver_idle_delay check to pass on
    values less than or equal to those in the profile. This allows
    users to reduce the time until the screensaver begins without
    causing the test to fail.

 .../checks/gconf_gnome_screensaver_idle_delay.xml  |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)



More information about the scap-security-guide mailing list