summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2004-10-14 21:11:06 +0000
committerBrian Cameron <bcameron@src.gnome.org>2004-10-14 21:11:06 +0000
commit143db2ceb834b847c341e5929f9411ef24902585 (patch)
treecba2a455dc93577a91641796ec77581b2650e387 /config
parentccd3ab1dc38ecf84d5f643ebb98445200d87ed75 (diff)
downloadgdm-143db2ceb834b847c341e5929f9411ef24902585.tar.gz
Minor change to wording in comments.
2004-10-14 Brian Cameron <brian.cameron@sun.com> * config/gdm.conf.in: Minor change to wording in comments.
Diffstat (limited to 'config')
-rw-r--r--config/gdm.conf.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/config/gdm.conf.in b/config/gdm.conf.in
index 8ee9d7fc..3da5a305 100644
--- a/config/gdm.conf.in
+++ b/config/gdm.conf.in
@@ -68,10 +68,9 @@ TimedLoginDelay=30
# want gdm to kill/restart the server, turn this on
#AlwaysRestartServer=false
-# User and group that gdm should run as. Probably should be gdm and gdm and
-# you should create these user and group. Anyone found running this as
-# someone too privilaged will get a kick in the ass. This should have
-# access to only the gdm directories and files.
+# User and group used for running gdm GUI applicaitons. By default this
+# is set to user gdm and group gdm. This user/group should have very
+# limited permissions and access to ony the gdm directories and files.
User=gdm
Group=gdm
# To try to kill all clients started at greeter time or in the Init script.
@@ -168,8 +167,8 @@ AllowRoot=true
AllowRemoteRoot=true
# This will allow remote timed login
AllowRemoteAutoLogin=false
-# 0 is the most anal, 1 allows group write permissions, 2 allows all write
-# permissions
+# 0 is the most restrictive, 1 allows group write permissions, 2 allows all
+# write permissions
RelaxPermissions=0
# Check if directories are owned by logon user. Set to false, if you have, for
# example, home directories owned by some other user.