diff options
author | Frederic Lepied <flepied@mandriva.com> | 2004-07-29 23:48:13 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2004-07-29 23:48:13 +0000 |
commit | 97eac88bd0465af2f91ecdfaf0c683b27122bcf5 (patch) | |
tree | 5d48ad004644376906851f9e354cef9a85865926 /share/msec.py | |
parent | d0b620b126c0103261bc6848d4dadbdc41976c3b (diff) | |
download | msec-97eac88bd0465af2f91ecdfaf0c683b27122bcf5.tar msec-97eac88bd0465af2f91ecdfaf0c683b27122bcf5.tar.gz msec-97eac88bd0465af2f91ecdfaf0c683b27122bcf5.tar.bz2 msec-97eac88bd0465af2f91ecdfaf0c683b27122bcf5.tar.xz msec-97eac88bd0465af2f91ecdfaf0c683b27122bcf5.zip |
call allow_xauth_from_root
Diffstat (limited to 'share/msec.py')
-rwxr-xr-x | share/msec.py | 2 |
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: |