forked from pool/permissions
This commit is contained in:
parent
a0638d6ea2
commit
c6c10ea5d2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 09:23:16 CEST 2007 - lnussel@suse.de
|
||||
|
||||
- add PolicyKit helpers (#295341)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 8 11:11:43 CEST 2007 - lnussel@suse.de
|
||||
|
||||
|
@ -406,3 +406,9 @@
|
||||
|
||||
# zypp (#211286)
|
||||
/usr/sbin/zypp-checkpatches-wrapper root:root 4755
|
||||
|
||||
# PolicyKit (#295341)
|
||||
/usr/lib/PolicyKit/polkit-grant-helper root:polkituser 2755
|
||||
/usr/lib/PolicyKit/polkit-grant-helper-pam root:root 4755
|
||||
/usr/lib64/PolicyKit/polkit-grant-helper root:polkituser 2755
|
||||
/usr/lib64/PolicyKit/polkit-grant-helper-pam root:root 4755
|
||||
|
@ -423,3 +423,9 @@
|
||||
|
||||
# zypp (#211286)
|
||||
/usr/sbin/zypp-checkpatches-wrapper root:root 0755
|
||||
|
||||
# PolicyKit (#295341)
|
||||
/usr/lib/PolicyKit/polkit-grant-helper root:polkituser 0755
|
||||
/usr/lib/PolicyKit/polkit-grant-helper-pam root:root 0755
|
||||
/usr/lib64/PolicyKit/polkit-grant-helper root:polkituser 0755
|
||||
/usr/lib64/PolicyKit/polkit-grant-helper-pam root:root 0755
|
||||
|
@ -448,3 +448,9 @@
|
||||
|
||||
# zypp (#211286)
|
||||
/usr/sbin/zypp-checkpatches-wrapper root:root 0755
|
||||
|
||||
# PolicyKit (#295341)
|
||||
/usr/lib/PolicyKit/polkit-grant-helper root:polkituser 0755
|
||||
/usr/lib/PolicyKit/polkit-grant-helper-pam root:root 0755
|
||||
/usr/lib64/PolicyKit/polkit-grant-helper root:polkituser 0755
|
||||
/usr/lib64/PolicyKit/polkit-grant-helper-pam root:root 0755
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package permissions (Version 2007.8.9)
|
||||
# spec file for package permissions (Version 2007.8.10)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -14,7 +14,7 @@ Name: permissions
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Security
|
||||
Autoreqprov: on
|
||||
Version: 2007.8.9
|
||||
Version: 2007.8.10
|
||||
Release: 1
|
||||
Provides: aaa_base:/etc/permissions
|
||||
Requires: /sbin/SuSEconfig
|
||||
@ -83,6 +83,8 @@ install -m 644 %{SOURCE9} $RPM_BUILD_ROOT/etc
|
||||
/var/adm/fillup-templates/sysconfig.security
|
||||
|
||||
%changelog
|
||||
* Fri Aug 10 2007 - lnussel@suse.de
|
||||
- add PolicyKit helpers (#295341)
|
||||
* Wed Aug 08 2007 - lnussel@suse.de
|
||||
- remove nscd socket permission handling as chkstat refuses to touch
|
||||
that file anyways (#298334).
|
||||
|
Loading…
Reference in New Issue
Block a user