From a3ce3ae88757489bd814032da6fe10b78f0838f5 Mon Sep 17 00:00:00 2001 From: John Mertic Date: Thu, 11 Jun 2020 21:53:31 -0400 Subject: [PATCH] Move from whitelist to acceptlist. (#713) --- rqd/rqd/rqmachine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rqd/rqd/rqmachine.py b/rqd/rqd/rqmachine.py index 4212a6b81..a792d4009 100644 --- a/rqd/rqd/rqmachine.py +++ b/rqd/rqd/rqmachine.py @@ -151,7 +151,7 @@ def isUserLoggedIn(self): for displayNum in displayNums: if '(:{})'.format(displayNum) in line: cols = line.split() - # Whitelist a user called '(unknown)' as this + # Acceptlist a user called '(unknown)' as this # is what shows up when gdm is running and # showing a login screen. if cols[0] != '(unknown)':