diff options
author | Ray Strode <rstrode@redhat.com> | 2012-04-02 16:52:19 -0400 |
---|---|---|
committer | Ray Strode <rstrode@redhat.com> | 2012-04-02 17:12:11 -0400 |
commit | abd78a5a184f012aecdb8b3795b91c854e1fbece (patch) | |
tree | 099b99a83049ab9a4879561b95e93854e5d033a9 | |
parent | 4170d05e249d35486759a57784fdccd03b8c5234 (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.c | 4 |
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 }; |