summaryrefslogtreecommitdiff
path: root/data
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 /data
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 'data')
-rw-r--r--data/gdm.conf-custom.in2
-rw-r--r--data/gdm.schemas.in.in6
2 files changed, 8 insertions, 0 deletions
diff --git a/data/gdm.conf-custom.in b/data/gdm.conf-custom.in
index 1ea316ca..9262f58a 100644
--- a/data/gdm.conf-custom.in
+++ b/data/gdm.conf-custom.in
@@ -4,4 +4,6 @@
[chooser]
+[security]
+
[debug]
diff --git a/data/gdm.schemas.in.in b/data/gdm.schemas.in.in
index 0f6d4115..6c508460 100644
--- a/data/gdm.schemas.in.in
+++ b/data/gdm.schemas.in.in
@@ -28,6 +28,12 @@
</schema>
<schema>
+ <key>security/DisallowTCP</key>
+ <signature>b</signature>
+ <default>true</default>
+ </schema>
+
+ <schema>
<key>xdmcp/Enable</key>
<signature>b</signature>
<default>false</default>