diff options
author | Frederic Lepied <flepied@mandriva.com> | 2005-02-21 13:25:35 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2005-02-21 13:25:35 +0000 |
commit | 82a6400cb0c72d3eb1ab9f40a79265d1bb798055 (patch) | |
tree | 94b8d26f002053a465c03f74f1737a79c42b917e | |
parent | 6aa8518da8c469f7b65f742b42607d7a3ff9f9ea (diff) | |
download | msec-82a6400cb0c72d3eb1ab9f40a79265d1bb798055.tar msec-82a6400cb0c72d3eb1ab9f40a79265d1bb798055.tar.gz msec-82a6400cb0c72d3eb1ab9f40a79265d1bb798055.tar.bz2 msec-82a6400cb0c72d3eb1ab9f40a79265d1bb798055.tar.xz msec-82a6400cb0c72d3eb1ab9f40a79265d1bb798055.zip |
fixed sendmail perms (bug #13515).
-rw-r--r-- | conf/perm.0 | 3 | ||||
-rw-r--r-- | conf/perm.1 | 3 | ||||
-rw-r--r-- | conf/perm.2 | 3 | ||||
-rw-r--r-- | conf/perm.3 | 3 | ||||
-rw-r--r-- | conf/perm.4 | 3 | ||||
-rw-r--r-- | conf/perm.5 | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/conf/perm.0 b/conf/perm.0 index 0d3a652..8d7c485 100644 --- a/conf/perm.0 +++ b/conf/perm.0 @@ -67,7 +67,8 @@ /usr/bin/who root.root 755 /usr/lib/rpm/rpm? rpm.rpm 755 /usr/sbin/ root.root 755 -/usr/sbin/sendmail root.mail 2711 +/usr/sbin/sendmail.postfix root.root 755 +/usr/sbin/sendmail.sendmail root.mail 2755 /usr/sbin/traceroute root.bin 4755 /usr/share/doc root.root 755 /usr/share/man root.root 755 diff --git a/conf/perm.1 b/conf/perm.1 index 6e91be0..c3997a5 100644 --- a/conf/perm.1 +++ b/conf/perm.1 @@ -68,7 +68,8 @@ /usr/bin/who root.root 755 /usr/lib/rpm/rpm? rpm.rpm 755 /usr/sbin/ root.root 755 -/usr/sbin/sendmail root.mail 2711 +/usr/sbin/sendmail.postfix root.root 755 +/usr/sbin/sendmail.sendmail root.mail 2755 /usr/sbin/traceroute root.bin 4755 /usr/share/doc root.root 755 /usr/share/man root.root 755 diff --git a/conf/perm.2 b/conf/perm.2 index fb18275..2d5e6f7 100644 --- a/conf/perm.2 +++ b/conf/perm.2 @@ -68,7 +68,8 @@ /usr/bin/who root.root 755 /usr/lib/rpm/rpm? rpm.rpm 755 /usr/sbin/ root.root 755 -/usr/sbin/sendmail root.mail 2711 +/usr/sbin/sendmail.postfix root.root 755 +/usr/sbin/sendmail.sendmail root.mail 2755 /usr/sbin/traceroute root.bin 4755 /usr/share/doc root.root 755 /usr/share/man root.root 755 diff --git a/conf/perm.3 b/conf/perm.3 index 76f9036..4960b68 100644 --- a/conf/perm.3 +++ b/conf/perm.3 @@ -68,7 +68,8 @@ /usr/bin/who root.root 755 /usr/lib/rpm/rpm? rpm.rpm 755 /usr/sbin/ root.root 755 -/usr/sbin/sendmail root.mail 2711 +/usr/sbin/sendmail.postfix root.root 755 +/usr/sbin/sendmail.sendmail root.mail 2755 /usr/sbin/traceroute root.bin 4755 /usr/share/doc root.root 755 /usr/share/man root.root 755 diff --git a/conf/perm.4 b/conf/perm.4 index 0bf16cd..7d50c67 100644 --- a/conf/perm.4 +++ b/conf/perm.4 @@ -68,7 +68,8 @@ /usr/bin/who root.ntools 750 /usr/lib/rpm/rpm? rpm.rpm 750 /usr/sbin/ root.adm 751 -/usr/sbin/sendmail root.mail 2711 +/usr/sbin/sendmail.postfix root.root 711 +/usr/sbin/sendmail.sendmail root.mail 2711 /usr/sbin/traceroute root.ntools 4750 /usr/share/doc rpm.rpm 750 /usr/share/man rpm.rpm 750 diff --git a/conf/perm.5 b/conf/perm.5 index 65ffaf8..18c7970 100644 --- a/conf/perm.5 +++ b/conf/perm.5 @@ -68,7 +68,8 @@ /usr/bin/who root.ntools 750 /usr/lib/rpm/rpm? rpm.rpm 750 /usr/sbin/ root.root 711 -/usr/sbin/sendmail root.mail 2711 +/usr/sbin/sendmail.postfix root.root 711 +/usr/sbin/sendmail.sendmail root.mail 2711 /usr/sbin/traceroute root.ntools 4750 /usr/share/doc rpm.rpm 710 /usr/share/man rpm.rpm 710 |