diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | doc/msec.8 | 16 | ||||
-rw-r--r-- | doc/msec.lyx | 4 | ||||
-rw-r--r-- | msec.spec | 15 |
5 files changed, 28 insertions, 16 deletions
@@ -1,3 +1,10 @@ +2000-04-17 Yoann Vandoorselaere <yoann@mandrakesoft.com> + * Updated the doc. + +2000-04-14 Yoann Vandoorselaere <yoann@mandrakesoft.com> + * Modify zprofile. + * use libsafe-1.3 + 2000-03-22 Yoann Vandoorselaere <yoann@mandrakesoft.com> * Added many of the proposed feature from Bryan Paxton. @@ -1,4 +1,4 @@ -VERSION = 0.11 +VERSION = 0.12 NAME = msec all: promisc_check msec_find @@ -1,25 +1,25 @@ -.TH init.sh 8 "15 Dec 1999" "Mandrakesoft" "Linux-Mandrake" +.TH msec 8 "17 Appr 2000" "Mandrakesoft" "Linux-Mandrake" .IX msec .SH NAME msec \- Mandrake security tools .SH SYNOPSIS -.B init.sh +.B msec [0-5 | custom] .SH DESCRIPTION -\fPinit.sh\fP is the main script of msec package. It enables the system administrator to change the security level for that system. +\fPmsec\fP is the main script of msec package. It enables the system administrator to change the security level for that system. msec is provided with six preconfigured security levels. These levels range from poor security and ease of use, to paranoid config, suitable for very sensitive server applications, managed by experts. .PP -You must be root to run \fPinit.sh\fP . +You must be root to run \fPmsec\fP . .br -Launch "init.sh x" to set you security level to x (x=[0-5]). It'll modify your system according to security level x features. +Launch "msec x" to set you security level to x (x=[0-5]). It'll modify your system according to security level x features. .br For a fine description of each security level, consult the documentation under /usr/doc/msec-*/. .PP -If you wish to setup your own security level, finely tuning all available parameters, launch "init.sh custom". It'll ask you for each features you want to enable, and will then apply them to the system. +If you wish to setup your own security level, finely tuning all available parameters, launch "msec custom". It'll ask you for each features you want to enable, and will then apply them to the system. .SH FILES -/etc/security/msec/init.sh +/usr/sbin/msec .br -The \fPinit.sh\fP executable (sh script) +The \fPmsec\fP executable (sh script) .PP /etc/security/msec/security.conf .br diff --git a/doc/msec.lyx b/doc/msec.lyx index d34654a..4ec3de4 100644 --- a/doc/msec.lyx +++ b/doc/msec.lyx @@ -96,7 +96,7 @@ Then just login as root and type \begin_inset Quotes erd \end_inset -/etc/security/msec/init.sh x +/usr/sbin/msec x \begin_inset Quotes erd \end_inset @@ -1282,7 +1282,7 @@ All services not contained into \begin_inset Quotes eld \end_inset -/etc/security/msec/init-sh/server.4 +/etc/security/msec/server.4 \begin_inset Quotes erd \end_inset @@ -1,15 +1,13 @@ -%define version 0.11 -%define release 1mdk +%define version 0.12 +2%define release mdk Summary: Security Level & Program for the Linux Mandrake distribution Name: msec Version: %{version} Release: %{release} -# get the source from our cvs repository (see -# http://www.linuxmandrake.com/en/cvs.php3) Source: %{name}-%{version}.tar.bz2 Copyright: GPL -Group: System Environment/Base +Group: System/Base BuildRoot: /var/tmp/msec Requires: /bin/bash setup chkconfig >= 0.9-6 @@ -48,6 +46,13 @@ rm -rf $RPM_BUILD_ROOT %config /etc/security/msec %changelog +* Mon Apr 17 2000 Yoann Vandoorselaere <yoann@mandrakesoft.com> 0.12-2mdk +- updated documentation. + +* Fri Apr 14 2000 Yoann Vandoorselaere <yoann@mandrakesoft.com> 0.12-1mdk +- Modify zprofile. +- use libsafe-1.3 + * Thu Mar 16 2000 Yoann Vandoorselaere <yoann@mandrakesoft.com> - security.sh : export *_TODAY variable to be used by msec_find. - find.c : removed a debuging printf. |