aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Lepied <flepied@mandriva.com>2004-07-29 23:48:13 +0000
committerFrederic Lepied <flepied@mandriva.com>2004-07-29 23:48:13 +0000
commit97eac88bd0465af2f91ecdfaf0c683b27122bcf5 (patch)
tree5d48ad004644376906851f9e354cef9a85865926
parentd0b620b126c0103261bc6848d4dadbdc41976c3b (diff)
downloadmsec-97eac88bd0465af2f91ecdfaf0c683b27122bcf5.tar
msec-97eac88bd0465af2f91ecdfaf0c683b27122bcf5.tar.gz
msec-97eac88bd0465af2f91ecdfaf0c683b27122bcf5.tar.bz2
msec-97eac88bd0465af2f91ecdfaf0c683b27122bcf5.tar.xz
msec-97eac88bd0465af2f91ecdfaf0c683b27122bcf5.zip
call allow_xauth_from_root
-rwxr-xr-xshare/msec.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/msec.py b/share/msec.py
index 768ce0a..7997ff1 100755
--- a/share/msec.py
+++ b/share/msec.py
@@ -175,6 +175,7 @@ if level >= 4:
else:
password_aging(30, 15)
allow_remote_root_login(no)
+ allow_xauth_from_root(no)
else:
set_user_umask('022')
set_shell_history_size(-1)
@@ -189,6 +190,7 @@ else:
allow_reboot(yes)
enable_at_crontab(yes)
password_aging(99999)
+ allow_xauth_from_root(yes)
# differences between level 3,4,5 and others
if server: