aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoann Vandoorselaere <yoann@mandriva.com>2000-04-17 13:55:57 +0000
committerYoann Vandoorselaere <yoann@mandriva.com>2000-04-17 13:55:57 +0000
commitc94ffe5474eb5dbae574dfd42ba40ff67e1219a5 (patch)
tree6de3805584463bfb1591cdf2ef877af0e2378a92
parentab99d20693624454a3deeefeb1f502cbb02a4e0f (diff)
downloadmsec-c94ffe5474eb5dbae574dfd42ba40ff67e1219a5.tar
msec-c94ffe5474eb5dbae574dfd42ba40ff67e1219a5.tar.gz
msec-c94ffe5474eb5dbae574dfd42ba40ff67e1219a5.tar.bz2
msec-c94ffe5474eb5dbae574dfd42ba40ff67e1219a5.tar.xz
msec-c94ffe5474eb5dbae574dfd42ba40ff67e1219a5.zip
*** empty log message ***
-rw-r--r--ChangeLog7
-rw-r--r--Makefile2
-rw-r--r--doc/msec.816
-rw-r--r--doc/msec.lyx4
-rw-r--r--msec.spec15
5 files changed, 28 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c31b53..188c6be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/Makefile b/Makefile
index 93195c4..cc14f75 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.11
+VERSION = 0.12
NAME = msec
all: promisc_check msec_find
diff --git a/doc/msec.8 b/doc/msec.8
index bdf1ce3..73effe1 100644
--- a/doc/msec.8
+++ b/doc/msec.8
@@ -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
diff --git a/msec.spec b/msec.spec
index 712391d..a431d11 100644
--- a/msec.spec
+++ b/msec.spec
@@ -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.