summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2012-04-02 16:52:19 -0400
committerRay Strode <rstrode@redhat.com>2012-04-02 17:12:11 -0400
commitabd78a5a184f012aecdb8b3795b91c854e1fbece (patch)
tree099b99a83049ab9a4879561b95e93854e5d033a9
parent4170d05e249d35486759a57784fdccd03b8c5234 (diff)
daemon: extend blacklist
Since commit 552a0c856a6e3a7c2e6450ab80e79f4204062281 we no longer hide certain system users that have a shell. This commit adds a few more users to our blacklist to keep things running smooth. Ideally, we'll find a more general solution.
-rw-r--r--src/daemon.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/daemon.c b/src/daemon.c
index 3ca232b..d186ab6 100644
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -75,6 +75,10 @@ static const char *default_excludes[] = {
"rpm",
"nfsnobody",
"pcap",
+ "mysql",
+ "ftp",
+ "games",
+ "man",
NULL
};