aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-04-24 21:01:22 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-04-24 21:01:22 +0000
commit0712c3882a3bae5599ddfbda11bb2d8177c8dbc5 (patch)
treef13859c1db8dd1c83f1d6aac5c74fadf888727e9
parentc77a8473ba07df8819f0beff435395d21f257a02 (diff)
downloadmsec-0712c3882a3bae5599ddfbda11bb2d8177c8dbc5.tar
msec-0712c3882a3bae5599ddfbda11bb2d8177c8dbc5.tar.gz
msec-0712c3882a3bae5599ddfbda11bb2d8177c8dbc5.tar.bz2
msec-0712c3882a3bae5599ddfbda11bb2d8177c8dbc5.tar.xz
msec-0712c3882a3bae5599ddfbda11bb2d8177c8dbc5.zip
no_comment
-rw-r--r--ChangeLog5
-rw-r--r--conf/perm.02
-rw-r--r--conf/perm.13
-rw-r--r--conf/perm.22
-rw-r--r--conf/perm.32
-rw-r--r--conf/perm.42
-rw-r--r--msec.spec6
7 files changed, 10 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index d73baf2..b9eaf59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-24 Pixel <pixel@mandrakesoft.com>
+
+ * conf/perm.[0-4]: fix ugly disgusting fucking bloody buggy bug!
+ (remove bloody /usr/{bin,sbin}/* entries)
+
2000-04-19 Yoann Vandoorselaere <yoann@mandrakesoft.com>
- Support grub as well as lilo...
- bugfix.
diff --git a/conf/perm.0 b/conf/perm.0
index ba5542d..1be6dce 100644
--- a/conf/perm.0
+++ b/conf/perm.0
@@ -55,9 +55,7 @@
/usr/* root.root 755
/usr/X11R6/ root.root 755
/usr/bin/ root.root 755
-/usr/bin/* root.root 755
/usr/sbin/ root.root 755
-/usr/sbin/* root.root 755
/var/ root.root 755
/var/tmp root.roo 1777
/var/log/ root.root 755
diff --git a/conf/perm.1 b/conf/perm.1
index e08da38..f0f4acb 100644
--- a/conf/perm.1
+++ b/conf/perm.1
@@ -52,12 +52,9 @@
/sbin/ root.root 755
/tmp/ root.root 1777
/usr/ root.root 755
-/usr/* root.root 755
/usr/X11R6/ root.root 755
/usr/bin/ root.root 755
-/usr/bin/* root.root 755
/usr/sbin/ root.root 755
-/usr/sbin/* root.root 755
/var/ root.root 755
/var/log/ root.root 755
/var/log/* root.adm 644
diff --git a/conf/perm.2 b/conf/perm.2
index 260710c..634a096 100644
--- a/conf/perm.2
+++ b/conf/perm.2
@@ -55,9 +55,7 @@
/usr/* root.root 755
/usr/X11R6/ root.root 755
/usr/bin/ root.root 755
-/usr/bin/* root.root 755
/usr/sbin/ root.root 755
-/usr/sbin/* root.root 755
/var/ root.root 755
/var/log/ root.root 755
/var/log/* root.adm 640
diff --git a/conf/perm.3 b/conf/perm.3
index 45c70ca..a4a6e12 100644
--- a/conf/perm.3
+++ b/conf/perm.3
@@ -55,9 +55,7 @@
/usr/* root.root 755
/usr/X11R6/ root.root 755
/usr/bin/ root.root 755
-/usr/bin/* root.root 755
/usr/sbin/ root.root 755
-/usr/sbin/* root.root 755
/var/ root.root 755
/var/log/ root.root 755
/var/log/* root.root 600
diff --git a/conf/perm.4 b/conf/perm.4
index c32f530..1ae8811 100644
--- a/conf/perm.4
+++ b/conf/perm.4
@@ -55,9 +55,7 @@
/usr/* root.adm 751
/usr/X11R6/ root.xgrp 751
/usr/bin/ root.adm 751
-/usr/bin/* root.root 755
/usr/sbin/ root.adm 751
-/usr/sbin/* root.root 755
/var/ root.root 755
/var/log/ root.root 711
/var/log/* root.root 600
diff --git a/msec.spec b/msec.spec
index df14a86..e63e897 100644
--- a/msec.spec
+++ b/msec.spec
@@ -1,5 +1,5 @@
%define version 0.14
-%define release 1mdk
+%define release 2mdk
Summary: Security Level & Program for the Linux Mandrake distribution
Name: msec
@@ -46,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
%config /etc/security/msec
%changelog
+* Mon Apr 24 2000 Pixel <pixel@mandrakesoft.com> 0.14-2mdk
+- conf/perm.[0-4]: fix ugly disgusting fucking bloody buggy bug!
+(remove bloody /usr/{bin,sbin}/* entries)
+
* Wed Apr 19 2000 Yoann Vandoorselaere <yoann@mandrakesoft.com> 0.14-1mdk
- Bug fix.
- Support Grub as well as Lilo.