diff options
author | Frederic Lepied <flepied@mandriva.com> | 2005-09-08 09:31:49 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2005-09-08 09:31:49 +0000 |
commit | 4f77f686125f4f1a759435698219949c1a714c21 (patch) | |
tree | 53bb5907ee7b8dc8bda449fc57af91b6421d921a /man | |
parent | 8a150a45a47188d62d54e6e4bb669808ec01c00c (diff) | |
download | msec-4f77f686125f4f1a759435698219949c1a714c21.tar msec-4f77f686125f4f1a759435698219949c1a714c21.tar.gz msec-4f77f686125f4f1a759435698219949c1a714c21.tar.bz2 msec-4f77f686125f4f1a759435698219949c1a714c21.tar.xz msec-4f77f686125f4f1a759435698219949c1a714c21.zip |
regenerated with the right email
Diffstat (limited to 'man')
-rw-r--r-- | man/C/mseclib.3 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man/C/mseclib.3 b/man/C/mseclib.3 index e188310..1c948f2 100644 --- a/man/C/mseclib.3 +++ b/man/C/mseclib.3 @@ -42,7 +42,9 @@ Allow/Forbid reboot by the console user. .TP 4 .B \fIallow_remote_root_login(arg)\fP -Allow/Forbid remote root login. +Allow/Forbid remote root login via sshd. You can specify +yes, no and without-password. See sshd_config(5) man page for more +information. .TP 4 .B \fIallow_root_login(arg)\fP @@ -115,6 +117,10 @@ Enable/Disable the logging of IPv4 strange packets. Enable/Disable msec hourly security check. .TP 4 +.B \fIenable_pam_root_from_wheel(arg)\fP + Allow root access without password for the members of the wheel group. + +.TP 4 .B \fIenable_pam_wheel_for_su(arg)\fP Enabling su only from members of the wheel group or allow su from any user. @@ -214,4 +220,4 @@ Set the user umask. .SH "SEE ALSO" msec(8) .SH AUTHORS -Frederic Lepied <flepied@Mandriva.com> +Frederic Lepied <flepied@mandriva.com> |