summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2013-05-20 14:51:10 -0400
committerRay Strode <rstrode@redhat.com>2013-05-20 19:49:12 -0400
commite3bf97a6c42f94f86a9ebc7e7a7ae6d0cd426e41 (patch)
tree531f3c992c38ca56c46d426e4d5fe26d204a9679
parentf04d749f9f03c7320ff8034e6eefa66826ccc1da (diff)
downloadaccountsservice-e3bf97a6c42f94f86a9ebc7e7a7ae6d0cd426e41.tar.gz
daemon: add gnome special users to exclusion list
https://bugs.freedesktop.org/show_bug.cgi?id=64769
-rw-r--r--src/daemon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon.c b/src/daemon.c
index 5087145..872d9ef 100644
--- a/src/daemon.c
+++ b/src/daemon.c
@@ -77,6 +77,8 @@ static const char *default_excludes[] = {
"games",
"man",
"at",
+ "gdm",
+ "gnome-initial-setup",
NULL
};