SV-281278r1208799_rule
V-281278
SRG-OS-000029-GPOS-00010
RHEL-10-700750
CAT II
10
Configure RHEL 10 to initiate a screensaver after a 10-minute period of inactivity for graphical user interfaces.
Note: The example below is using the database "local" for the system. If the system is using another database in "/etc/dconf/profile/user", the file should be created under the appropriate subdirectory.
Update the "/etc/dconf/db/local.d/00-screensaver" file to prevent nonprivileged users from modifying the screensaver idle-delay setting:
$ sudo vi /etc/dconf/db/local.d/00-screensaver
[org/gnome/desktop/session]
# Set the lock time out to 900 seconds before the session is considered idle
idle-delay=uint32 600
Update the system databases:
$ sudo dconf update
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable.
Verify RHEL 10 initiates a session lock after a 10-minute period of inactivity for graphical user interfaces with the following command:
$ sudo gsettings get org.gnome.desktop.session idle-delay
uint32 600
If "idle-delay" is set to "0" or a value greater than "600", this is a finding.
V-281278
False
RHEL-10-700750
Note: This requirement assumes the use of the RHEL 10 default graphical user interface, the GNOME desktop environment. If the system does not have any graphical user interface installed, this requirement is not applicable.
Verify RHEL 10 initiates a session lock after a 10-minute period of inactivity for graphical user interfaces with the following command:
$ sudo gsettings get org.gnome.desktop.session idle-delay
uint32 600
If "idle-delay" is set to "0" or a value greater than "600", this is a finding.
M
5733