From c781fb74c97d2de8fe38473b414a129b3fdf7715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 22 Feb 2024 17:12:56 +0100 Subject: [PATCH] support/genhomedircon: support usr prefixed paths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian Göttsche --- support/genhomedircon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/genhomedircon.py b/support/genhomedircon.py index 2721bd7df..d5177ee4a 100644 --- a/support/genhomedircon.py +++ b/support/genhomedircon.py @@ -43,7 +43,7 @@ import sys, pwd, getopt, re, os from subprocess import getstatusoutput -EXCLUDE_LOGINS=["/sbin/nologin", "/bin/false"] +EXCLUDE_LOGINS=["/sbin/nologin", "/usr/sbin/nologin", "/bin/false", "/usr/bin/false"] def getStartingUID():