1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
From 0db673b94a6031640ae5faa3b79c4a1fea078350 Mon Sep 17 00:00:00 2001
From: Matt Turner <mattst88@gmail.com>
Date: Sun, 30 Jan 2022 12:00:09 -0800
Subject: [PATCH] Add more users
---
src/user-classify.c | 35 ++++++++++++++++++++++++++++++++++-
1 file changed, 34 insertions(+), 1 deletion(-)
diff --git a/src/user-classify.c b/src/user-classify.c
index 9224905..70f1877 100644
--- a/src/user-classify.c
+++ b/src/user-classify.c
@@ -52,7 +52,40 @@ static const char *default_excludes[] = {
"at",
"gdm",
"gnome-initial-setup",
- "git"
+ "git",
+ /* Additional Gentoo system users with non-trivial login shell */
+ "amanda",
+ "backuppc",
+ "drqueue",
+ "firebird",
+ "flexlm",
+ "foldingathome",
+ "geneweb",
+ "gnump3d",
+ "hacluster",
+ "hg",
+ "hsqldb",
+ "infinote",
+ "jffnms",
+ "klive",
+ "mailman",
+ "mpd",
+ "mythtv",
+ "nagios",
+ "nx",
+ "oneadmin",
+ "openvpn",
+ "p2p",
+ "phxd",
+ "resin",
+ "rplayd",
+ "scponly",
+ "secoff",
+ "tinyproxy",
+ "ttrssd",
+ "vboxguest",
+ "vdr",
+ "vdradmin",
};
static gboolean
--
2.34.1
|