Skip to content

Commit

Permalink
Move from whitelist to acceptlist. (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmertic committed Jun 12, 2020
1 parent 1b381fd commit a3ce3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rqd/rqd/rqmachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)':
Expand Down

0 comments on commit a3ce3ae

Please sign in to comment.