diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-08-11 18:34:46 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-08-11 18:34:46 +0000 |
commit | a7a4ec67e4701be341a4954cb57098ce1880cf67 (patch) | |
tree | dd714cd1ddc1b946b9e8deb6eb16b5fa54a08284 | |
parent | 6862aedef71f71d76d2f3baee462e32a63963637 (diff) | |
download | msec-a7a4ec67e4701be341a4954cb57098ce1880cf67.tar msec-a7a4ec67e4701be341a4954cb57098ce1880cf67.tar.gz msec-a7a4ec67e4701be341a4954cb57098ce1880cf67.tar.bz2 msec-a7a4ec67e4701be341a4954cb57098ce1880cf67.tar.xz msec-a7a4ec67e4701be341a4954cb57098ce1880cf67.zip |
document options
-rw-r--r-- | man/C/msec.8 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/man/C/msec.8 b/man/C/msec.8 index faae8ff..f9d4de2 100644 --- a/man/C/msec.8 +++ b/man/C/msec.8 @@ -4,7 +4,7 @@ msec \- Mandrake security tools .SH SYNOPSIS .B msec -([0-5]) +([-o <option>=<value>...]) ([0-5]) .SH DESCRIPTION \fPmsec\fP is the main script of the msec package. It enables the system administrator to change the security level for that system. @@ -31,6 +31,26 @@ If you want to make changes to the current level, use /etc/security/msec/perm.local to override the permissions/owners/groups and /etc/security/msec/level.local to override the rules (see mseclib(3) for details). +.PP +Available options: +.TP +\fB\-o all-local-files=<value>\fR +if <value> is 1, consider that all the files are local. +.TP +\fB\-o log=<value>\fR +if <value> is different of syslog do not log to syslog but to the standard error output. +.TP +\fB\-o nolocal=<path>\fR +do not load the /etc/security/msec/level.local rules. +.TP +\fB\-o non-local-fstypes=<value>\fR +<value> is a list of non local file system types separated by spaces. +.TP +\fB\-o print=<value>\fR +if <value> is equal to 1, output the default values of the rules. +.TP +\fB\-o root=<path>\fR +use <path> as the root of the file system. .SH FILES /usr/sbin/msec .br |