SHA256
1
0
forked from pool/permissions
OBS User unknown 2007-05-31 19:10:10 +00:00 committed by Git OBS Bridge
parent 460d001f5e
commit c2ac937b3c
5 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 30 10:47:52 CEST 2007 - lnussel@suse.de
- add /usr/bin/kcheckpass and /usr/bin/kdesud (#276502)
-------------------------------------------------------------------
Wed Apr 18 18:23:19 CEST 2007 - dmueller@suse.de

View File

@ -259,8 +259,10 @@
# needs setuid root when using shadow via NIS:
# #66218
/opt/kde3/bin/kcheckpass root:shadow 4755
/usr/bin/kcheckpass root:shadow 4755
# This has a meaning... hmm...
/opt/kde3/bin/kdesud root:nogroup 2755
/usr/bin/kdesud root:nogroup 2755
# used for getting proxy settings from dhcp
/opt/kde3/bin/kpac_dhcp_helper root:root 4755
# used to distract the oom killer

View File

@ -272,8 +272,10 @@
# needs setuid root when using shadow via NIS:
# #66218
/opt/kde3/bin/kcheckpass root:shadow 0755
/usr/bin/kcheckpass root:shadow 0755
# This has a meaning... hmm...
/opt/kde3/bin/kdesud root:nogroup 0755
/usr/bin/kdesud root:nogroup 0755
# used for getting proxy settings from dhcp
/opt/kde3/bin/kpac_dhcp_helper root:root 0755
# used to distract the oom killer

View File

@ -297,8 +297,10 @@
# needs setuid root when using shadow via NIS:
# #66218
/opt/kde3/bin/kcheckpass root:shadow 4755
/usr/bin/kcheckpass root:shadow 4755
# This has a meaning... hmm...
/opt/kde3/bin/kdesud root:nogroup 2755
/usr/bin/kdesud root:nogroup 2755
# used for getting proxy settings from dhcp
/opt/kde3/bin/kpac_dhcp_helper root:root 0755
# used to distract the oom killer

View File

@ -1,5 +1,5 @@
#
# spec file for package permissions (Version 2007.4.18)
# spec file for package permissions (Version 2007.5.31)
#
# 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: GNU General Public License (GPL)
Group: Productivity/Security
Autoreqprov: on
Version: 2007.4.18
Version: 2007.5.31
Release: 1
Provides: aaa_base:/etc/permissions
Requires: /sbin/SuSEconfig
@ -77,6 +77,8 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT/etc
/var/adm/fillup-templates/sysconfig.security
%changelog
* Wed May 30 2007 - lnussel@suse.de
- add /usr/bin/kcheckpass and /usr/bin/kdesud (#276502)
* Wed Apr 18 2007 - dmueller@suse.de
- create debuginfo package (#265667)
* Thu Feb 22 2007 - lnussel@suse.de