diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | conf/perm.0 | 2 | ||||
-rw-r--r-- | conf/perm.1 | 3 | ||||
-rw-r--r-- | conf/perm.2 | 2 | ||||
-rw-r--r-- | conf/perm.3 | 2 | ||||
-rw-r--r-- | conf/perm.4 | 2 | ||||
-rw-r--r-- | msec.spec | 6 |
7 files changed, 10 insertions, 12 deletions
@@ -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 @@ -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. |