From c2ac937b3cebd2f5dbb9e578a920f5c4fdb312ba0e461b5e1bca7d729f070335 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 31 May 2007 19:10:10 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/permissions?expand=0&rev=6 --- permissions.changes | 5 +++++ permissions.easy | 2 ++ permissions.paranoid | 2 ++ permissions.secure | 2 ++ permissions.spec | 6 ++++-- 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/permissions.changes b/permissions.changes index bb6d1f9..bc9099b 100644 --- a/permissions.changes +++ b/permissions.changes @@ -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 diff --git a/permissions.easy b/permissions.easy index fa38b82..0c05cd1 100644 --- a/permissions.easy +++ b/permissions.easy @@ -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 diff --git a/permissions.paranoid b/permissions.paranoid index 139d2f3..0791bd2 100644 --- a/permissions.paranoid +++ b/permissions.paranoid @@ -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 diff --git a/permissions.secure b/permissions.secure index 856f15b..686be07 100644 --- a/permissions.secure +++ b/permissions.secure @@ -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 diff --git a/permissions.spec b/permissions.spec index 8b888b4..e5bf001 100644 --- a/permissions.spec +++ b/permissions.spec @@ -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