SV-224187r508023_rule
V-224187
SRG-APP-000295-DB-000305
EP11-00-006700
CAT II
10
Execute this SQL command in the places where the documentation requires automatic session termination:
SELECT pg_terminate_backend(pid)
FROM pg_stat_activity
WHERE usename = '<username>'
Review system documentation to obtain the organization's definition of circumstances requiring automatic session termination. If the documentation explicitly states that such termination is not required or is prohibited, this is not a finding.
If the documentation requires automatic session termination but the DBMS is not configured via triggers, scripts, or other organization-defined manners to terminate sessions when required, this is a finding.
V-224187
False
EP11-00-006700
Review system documentation to obtain the organization's definition of circumstances requiring automatic session termination. If the documentation explicitly states that such termination is not required or is prohibited, this is not a finding.
If the documentation requires automatic session termination but the DBMS is not configured via triggers, scripts, or other organization-defined manners to terminate sessions when required, this is a finding.
M
4107