From 6d38900bf2aff6d8b40b86b2203bf1f4d25e17e9f47b49dad799978811082231 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 2 Jun 2008 22:58:41 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=21 --- permissions.changes | 6 ++++++ permissions.easy | 2 ++ permissions.paranoid | 2 ++ permissions.secure | 2 ++ permissions.spec | 7 +++++-- 5 files changed, 17 insertions(+), 2 deletions(-) diff --git a/permissions.changes b/permissions.changes index 0453577..29b2e4f 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 2 11:46:30 CEST 2008 - lnussel@suse.de + +- add mount.nfs due to an ever increasing number of users + hit by the regression (bnc#331020, bnc#304318) + ------------------------------------------------------------------- Wed May 7 15:18:04 CEST 2008 - lnussel@suse.de diff --git a/permissions.easy b/permissions.easy index 6edc803..679212d 100644 --- a/permissions.easy +++ b/permissions.easy @@ -62,6 +62,8 @@ # "user" entries in /etc/fstab make mount work for non-root users: /usr/bin/ncpmount root:trusted 4750 /usr/bin/ncpumount root:trusted 4750 +# #331020 +/sbin/mount.nfs root:root 4755 # mount/umount have had their problems already: /bin/mount root:root 4755 /bin/umount root:root 4755 diff --git a/permissions.paranoid b/permissions.paranoid index 218a4ec..f1a5b92 100644 --- a/permissions.paranoid +++ b/permissions.paranoid @@ -77,6 +77,8 @@ # "user" entries in /etc/fstab make mount work for non-root users: /usr/bin/ncpmount root:trusted 0755 /usr/bin/ncpumount root:trusted 0755 +# #331020 +/sbin/mount.nfs root:root 0755 # mount/umount have had their problems already: /bin/mount root:root 0755 /bin/umount root:root 0755 diff --git a/permissions.secure b/permissions.secure index 4d1fcd6..8913c22 100644 --- a/permissions.secure +++ b/permissions.secure @@ -100,6 +100,8 @@ # "user" entries in /etc/fstab make mount work for non-root users: /usr/bin/ncpmount root:trusted 4750 /usr/bin/ncpumount root:trusted 4750 +# #331020 +/sbin/mount.nfs root:root 0755 # mount/umount have had their problems already: /bin/mount root:root 4755 /bin/umount root:root 4755 diff --git a/permissions.spec b/permissions.spec index 6680299..98419ed 100644 --- a/permissions.spec +++ b/permissions.spec @@ -1,5 +1,5 @@ # -# spec file for package permissions (Version 2008.5.7) +# spec file for package permissions (Version 2008.6.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,7 +15,7 @@ Name: permissions License: GPL v2 or later Group: Productivity/Security AutoReqProv: on -Version: 2008.5.7 +Version: 2008.6.2 Release: 1 Provides: aaa_base:/etc/permissions Requires: /sbin/SuSEconfig @@ -84,6 +84,9 @@ install -m 644 %{SOURCE9} $RPM_BUILD_ROOT/etc /var/adm/fillup-templates/sysconfig.security %changelog +* Mon Jun 02 2008 lnussel@suse.de +- add mount.nfs due to an ever increasing number of users + hit by the regression (bnc#331020, bnc#304318) * Wed May 07 2008 lnussel@suse.de - zypp-checkpatches-wrapper -> zypp-refresh-wrapper (bnc#385207) * Mon Apr 21 2008 lnussel@suse.de