diff options
author | Frederic Lepied <flepied@mandriva.com> | 2002-08-27 14:10:59 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2002-08-27 14:10:59 +0000 |
commit | 84765d84cc4e1514d382a90cb5b4f9201bc4bfa3 (patch) | |
tree | 465e73bda51b2f81682ef124a1566e57c10e3762 | |
parent | 763f27f6bdec4ec519ebb45a11cd56b390f571f1 (diff) | |
download | msec-84765d84cc4e1514d382a90cb5b4f9201bc4bfa3.tar msec-84765d84cc4e1514d382a90cb5b4f9201bc4bfa3.tar.gz msec-84765d84cc4e1514d382a90cb5b4f9201bc4bfa3.tar.bz2 msec-84765d84cc4e1514d382a90cb5b4f9201bc4bfa3.tar.xz msec-84765d84cc4e1514d382a90cb5b4f9201bc4bfa3.zip |
correct permissions for /boot/kernel.h*
-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, 8 insertions, 2 deletions
diff --git a/conf/perm.0 b/conf/perm.0 index b70d313..a0fef93 100644 --- a/conf/perm.0 +++ b/conf/perm.0 @@ -5,6 +5,7 @@ /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 c9948ef..eea1628 100644 --- a/conf/perm.1 +++ b/conf/perm.1 @@ -5,6 +5,7 @@ /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 5858807..a63c7c9 100644 --- a/conf/perm.2 +++ b/conf/perm.2 @@ -5,6 +5,7 @@ /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 da5856a..4b02f3a 100644 --- a/conf/perm.3 +++ b/conf/perm.3 @@ -5,6 +5,7 @@ /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 c5159b2..a700b05 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -4,7 +4,8 @@ /bin/ root.adm 751 /bin/ping root.ntools 4750 /bin/rpm rpm.rpm 750 -/boot/ root.root 700 +/boot/ root.root 711 +/boot/kernel.h* root.root 644 /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 0ed24d2..9cc9bf8 100644 --- a/conf/perm.5 +++ b/conf/perm.5 @@ -4,7 +4,8 @@ /bin/ root.root 711 /bin/ping root.ntools 4750 /bin/rpm rpm.rpm 750 -/boot/ root.root 700 +/boot/ root.root 711 +/boot/kernel.h* root.root 644 /dev/ root.root 711 /etc/ root.root 711 /etc/conf.modules root.root 600 |