SHA256
1
0
forked from pool/permissions
OBS User unknown 2007-08-09 18:53:14 +00:00 committed by Git OBS Bridge
parent b2765a99db
commit a0638d6ea2
3 changed files with 12 additions and 4 deletions

View File

@ -93,7 +93,6 @@
/var/cache/fonts root:root 1777
/var/cache/man man:root 755
/var/yp root:root 755
/var/run/nscd/socket root:root 666
/var/run/sudo root:root 700
#

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 8 11:11:43 CEST 2007 - lnussel@suse.de
- remove nscd socket permission handling as chkstat refuses to touch
that file anyways (#298334).
-------------------------------------------------------------------
Tue Jun 12 15:22:22 CEST 2007 - schwab@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package permissions (Version 2007.6.12)
# spec file for package permissions (Version 2007.8.9)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,10 +11,10 @@
# norootforbuild
Name: permissions
License: GNU General Public License (GPL)
License: GPL v2 or later
Group: Productivity/Security
Autoreqprov: on
Version: 2007.6.12
Version: 2007.8.9
Release: 1
Provides: aaa_base:/etc/permissions
Requires: /sbin/SuSEconfig
@ -83,6 +83,9 @@ install -m 644 %{SOURCE9} $RPM_BUILD_ROOT/etc
/var/adm/fillup-templates/sysconfig.security
%changelog
* Wed Aug 08 2007 - lnussel@suse.de
- remove nscd socket permission handling as chkstat refuses to touch
that file anyways (#298334).
* Tue Jun 12 2007 - schwab@suse.de
- permissions.local: Fix comment to use uid:gid instead of uid.gid.
* Fri Jun 01 2007 - lnussel@suse.de