diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-08-27 20:25:40 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-08-27 20:25:40 +0000 |
commit | 3fbdf2d8d605eef75457de480e7de6ad73f39d28 (patch) | |
tree | 2386c3a67eea925ad38ea7ba0b0f7cc25488085d /conf | |
parent | f22180c5620a3acaa033b9d23d6f5e0a48902ae8 (diff) | |
download | msec-3fbdf2d8d605eef75457de480e7de6ad73f39d28.tar msec-3fbdf2d8d605eef75457de480e7de6ad73f39d28.tar.gz msec-3fbdf2d8d605eef75457de480e7de6ad73f39d28.tar.bz2 msec-3fbdf2d8d605eef75457de480e7de6ad73f39d28.tar.xz msec-3fbdf2d8d605eef75457de480e7de6ad73f39d28.zip |
fix /boot with a better way
Diffstat (limited to 'conf')
-rw-r--r-- | conf/perm.0 | 1 | ||||
-rw-r--r-- | conf/perm.1 | 1 | ||||
-rw-r--r-- | conf/perm.2 | 1 | ||||
-rw-r--r-- | conf/perm.3 | 1 | ||||
-rw-r--r-- | conf/perm.4 | 3 | ||||
-rw-r--r-- | conf/perm.5 | 3 |
6 files changed, 2 insertions, 8 deletions
diff --git a/conf/perm.0 b/conf/perm.0 index a0fef93..b70d313 100644 --- a/conf/perm.0 +++ b/conf/perm.0 @@ -5,7 +5,6 @@ /bin/ping root.root 4755 /bin/rpm rpm.rpm 755 /boot/ root.root 755 -/boot/kernel.h* root.root 644 /dev/ root.root 755 /etc/ root.root 755 /etc/conf.modules root.root 644 diff --git a/conf/perm.1 b/conf/perm.1 index eea1628..c9948ef 100644 --- a/conf/perm.1 +++ b/conf/perm.1 @@ -5,7 +5,6 @@ /bin/ping root.root 4755 /bin/rpm rpm.rpm 755 /boot/ root.root 755 -/boot/kernel.h* root.root 644 /dev/ root.root 755 /etc/ root.root 755 /etc/conf.modules root.root 644 diff --git a/conf/perm.2 b/conf/perm.2 index a63c7c9..5858807 100644 --- a/conf/perm.2 +++ b/conf/perm.2 @@ -5,7 +5,6 @@ /bin/ping root.root 4755 /bin/rpm rpm.rpm 755 /boot/ root.root 755 -/boot/kernel.h* root.root 644 /dev/ root.root 755 /etc/ root.root 755 /etc/conf.modules root.root 644 diff --git a/conf/perm.3 b/conf/perm.3 index 4b02f3a..da5856a 100644 --- a/conf/perm.3 +++ b/conf/perm.3 @@ -5,7 +5,6 @@ /bin/ping root.root 4755 /bin/rpm rpm.rpm 755 /boot/ root.root 755 -/boot/kernel.h* root.root 644 /dev/ root.root 755 /etc/ root.root 755 /etc/conf.modules root.root 644 diff --git a/conf/perm.4 b/conf/perm.4 index a700b05..41054ce 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -4,8 +4,7 @@ /bin/ root.adm 751 /bin/ping root.ntools 4750 /bin/rpm rpm.rpm 750 -/boot/ root.root 711 -/boot/kernel.h* root.root 644 +/boot/ root.ctools 710 /dev/ root.root 711 /etc/ root.adm 711 /etc/conf.modules root.adm 640 diff --git a/conf/perm.5 b/conf/perm.5 index 9cc9bf8..e8f9849 100644 --- a/conf/perm.5 +++ b/conf/perm.5 @@ -4,8 +4,7 @@ /bin/ root.root 711 /bin/ping root.ntools 4750 /bin/rpm rpm.rpm 750 -/boot/ root.root 711 -/boot/kernel.h* root.root 644 +/boot/ root.ctools 710 /dev/ root.root 711 /etc/ root.root 711 /etc/conf.modules root.root 600 |