summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-06-25 20:34:22 +0000
committerRay Strode <halfline@src.gnome.org>2008-06-25 20:34:22 +0000
commitd63ce810ee869c5b1062944907d02e3ced3ceb57 (patch)
treef079091fa9be0379b47b8a3849480603339d41a7 /common
parent8fb55fb2a642b5a225ed494123917f52f8068a63 (diff)
downloadgdm-d63ce810ee869c5b1062944907d02e3ced3ceb57.tar.gz
By popular demand, add DisallowTCP back.
2008-06-25 Ray Strode <rstrode@redhat.com> By popular demand, add DisallowTCP back. * common/gdm-settings-keys.h: * data/gdm.schemas.in.in: * data/gdm.conf-custom.in Add new setting security/DisallowTCP * daemon/gdm-simple-slave.c (gdm_simple_slave_run): If DisallowTCP is false, then don't pass -nolisten tcp to X svn path=/trunk/; revision=6275
Diffstat (limited to 'common')
-rw-r--r--common/gdm-settings-keys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gdm-settings-keys.h b/common/gdm-settings-keys.h
index 9ea57a0f..a7683bd1 100644
--- a/common/gdm-settings-keys.h
+++ b/common/gdm-settings-keys.h
@@ -31,6 +31,8 @@ G_BEGIN_DECLS
#define GDM_KEY_TIMED_LOGIN_USER "daemon/TimedLogin"
#define GDM_KEY_TIMED_LOGIN_DELAY "daemon/TimedLoginDelay"
+#define GDM_KEY_DISALLOW_TCP "security/DisallowTCP"
+
#define GDM_KEY_XDMCP_ENABLE "xdmcp/Enable"
#define GDM_KEY_MAX_PENDING "xdmcp/MaxPending"
#define GDM_KEY_MAX_SESSIONS "xdmcp/MaxSessions"