diff options
author | Frederic Lepied <flepied@mandriva.com> | 2005-09-01 12:53:30 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2005-09-01 12:53:30 +0000 |
commit | 05951dbb9c97fd7663a360a891000184b80fdb61 (patch) | |
tree | 810922b49a96eecb953312f7565fdb9dda1aaeb6 | |
parent | 47d22960fbcf42976dd7800d08843dfde246a010 (diff) | |
download | msec-05951dbb9c97fd7663a360a891000184b80fdb61.tar msec-05951dbb9c97fd7663a360a891000184b80fdb61.tar.gz msec-05951dbb9c97fd7663a360a891000184b80fdb61.tar.bz2 msec-05951dbb9c97fd7663a360a891000184b80fdb61.tar.xz msec-05951dbb9c97fd7663a360a891000184b80fdb61.zip |
make /etc/rc.d/init.d/functions always readable (bug #18080)
-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 | 1 | ||||
-rw-r--r-- | conf/perm.5 | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/conf/perm.1 b/conf/perm.1 index 0db9cbb..b9b57ca 100644 --- a/conf/perm.1 +++ b/conf/perm.1 @@ -40,6 +40,7 @@ /etc/rc.d/ root.root 755 /etc/rc.d/init.d/ root.root 755 /etc/rc.d/init.d/* root.root 744 +/etc/rc.d/init.d/functions root.root 644 /etc/rc.d/init.d/mandrake_consmap root.root 644 /etc/securetty root.root 644 /etc/sendmail.cf root.mail 644 diff --git a/conf/perm.2 b/conf/perm.2 index 21f5a0d..11c65ff 100644 --- a/conf/perm.2 +++ b/conf/perm.2 @@ -40,6 +40,7 @@ /etc/rc.d/ root.root 755 /etc/rc.d/init.d/ root.root 755 /etc/rc.d/init.d/* root.root 744 +/etc/rc.d/init.d/functions root.root 644 /etc/rc.d/init.d/mandrake_consmap root.root 644 /etc/rc.d/init.d/xprint root.root 755 /etc/securetty root.root 644 diff --git a/conf/perm.3 b/conf/perm.3 index 609c441..1e447f4 100644 --- a/conf/perm.3 +++ b/conf/perm.3 @@ -40,6 +40,7 @@ /etc/rc.d/ root.root 755 /etc/rc.d/init.d/ root.root 755 /etc/rc.d/init.d/* root.root 700 +/etc/rc.d/init.d/functions root.root 644 /etc/rc.d/init.d/mandrake_consmap root.root 644 /etc/rc.d/init.d/xprint root.root 755 /etc/securetty root.root 644 diff --git a/conf/perm.4 b/conf/perm.4 index daf2ce3..ef6199c 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -40,6 +40,7 @@ /etc/rc.d/ root.adm 750 /etc/rc.d/init.d/ root.adm 750 /etc/rc.d/init.d/* root.adm 740 +/etc/rc.d/init.d/functions root.adm 644 /etc/rc.d/init.d/mandrake_consmap root.adm 644 /etc/rc.d/init.d/xprint root.root 755 /etc/securetty root.root 640 diff --git a/conf/perm.5 b/conf/perm.5 index 679c02d..3b07b61 100644 --- a/conf/perm.5 +++ b/conf/perm.5 @@ -40,6 +40,7 @@ /etc/rc.d/ root.root 700 /etc/rc.d/init.d/ root.root 700 /etc/rc.d/init.d/* root.root 700 +/etc/rc.d/init.d/functions root.root 644 /etc/rc.d/init.d/mandrake_consmap root.adm 644 /etc/rc.d/init.d/xprint root.root 755 /etc/securetty root.root 600 |