diff options
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, 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 |