forked from pool/permissions
This commit is contained in:
parent
b58508f6a4
commit
6d38900bf2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user