Hello community, here is the log from the commit of package permissions for openSUSE:11.4 checked in at Tue Jun 28 16:24:11 CEST 2011.
Patchinfo file has no description -------- --- old-versions/11.4/UPDATES/all/permissions/permissions.changes 2011-03-07 16:24:01.000000000 +0100 +++ 11.4/permissions/permissions.changes 2011-06-28 14:56:58.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jun 28 12:56:40 UTC 2011 - [email protected] + +- remove setuid bit from opiesu (bnc#698772) + +------------------------------------------------------------------- calling whatdependson for 11.4-i586 New: ---- permissions-opiesu.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ permissions.spec ++++++ --- /var/tmp/diff_new_pack.3sGEUj/_old 2011-06-28 16:22:49.000000000 +0200 +++ /var/tmp/diff_new_pack.3sGEUj/_new 2011-06-28 16:22:49.000000000 +0200 @@ -25,11 +25,12 @@ Group: Productivity/Security AutoReqProv: on Version: 2011.03.07.1608 -Release: 1.<RELEASE2> +Release: 1.<RELEASE5> Provides: aaa_base:/etc/permissions PreReq: %fillup_prereq Summary: SUSE Linux Default Permissions Source: permissions-%{version}.tar.bz2 +Patch0: permissions-opiesu.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://gitorious.org/opensuse/permissions @@ -48,6 +49,7 @@ %prep %setup -q +%patch0 -p1 %build make %{?_smp_mflags} CFLAGS="-W -Wall $RPM_OPT_FLAGS" ++++++ permissions-opiesu.diff ++++++ >From 9bfb4ad26f1cc0966368fd44755dcbf7b797eb05 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel <[email protected]> Date: Tue, 28 Jun 2011 14:52:01 +0200 Subject: [PATCH] remove setuid bit from opiesu (bnc#698772) --- permissions.easy | 1 - permissions.paranoid | 1 - permissions.secure | 1 - 3 files changed, 0 insertions(+), 3 deletions(-) diff --git a/permissions.easy b/permissions.easy index e792e54..0b951a7 100644 --- a/permissions.easy +++ b/permissions.easy @@ -53,7 +53,6 @@ # opie password system # #66303 /usr/bin/opiepasswd root:root 4755 -/usr/bin/opiesu root:root 4755 # "user" entries in /etc/fstab make mount work for non-root users: /usr/bin/ncpmount root:trusted 4750 /usr/bin/ncpumount root:trusted 4750 diff --git a/permissions.paranoid b/permissions.paranoid index ef8aa59..6ffb259 100644 --- a/permissions.paranoid +++ b/permissions.paranoid @@ -68,7 +68,6 @@ # opie password system # #66303 /usr/bin/opiepasswd root:root 0755 -/usr/bin/opiesu root:root 0755 # "user" entries in /etc/fstab make mount work for non-root users: /usr/bin/ncpmount root:trusted 0755 /usr/bin/ncpumount root:trusted 0755 diff --git a/permissions.secure b/permissions.secure index d132a2a..51edc58 100644 --- a/permissions.secure +++ b/permissions.secure @@ -91,7 +91,6 @@ # opie password system # #66303 /usr/bin/opiepasswd root:root 4755 -/usr/bin/opiesu root:root 4755 # "user" entries in /etc/fstab make mount work for non-root users: /usr/bin/ncpmount root:trusted 4750 /usr/bin/ncpumount root:trusted 4750 -- 1.7.3.4 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
