diff --git a/permissions.changes b/permissions.changes index 848a034..883685e 100644 --- a/permissions.changes +++ b/permissions.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 7 12:24:47 CET 2008 - lnussel@suse.de + +- remove setuid bits on man (#351988) + ------------------------------------------------------------------- Mon Dec 3 15:46:50 CET 2007 - lnussel@suse.de diff --git a/permissions.easy b/permissions.easy index 513ef87..819eb99 100644 --- a/permissions.easy +++ b/permissions.easy @@ -134,8 +134,6 @@ # screen savers: /usr/bin/vlock root:shadow 2755 /usr/bin/Xorg root:root 4711 -/usr/bin/man root:root 4755 -/usr/bin/mandb root:root 4755 # turn off write and wall by disabling sgid tty: /usr/bin/wall root:tty 2755 /usr/bin/write root:tty 2755 diff --git a/permissions.paranoid b/permissions.paranoid index 3bb67db..42d271e 100644 --- a/permissions.paranoid +++ b/permissions.paranoid @@ -150,8 +150,6 @@ # This is not extensively tested. /usr/bin/vlock root:shadow 0755 /usr/bin/Xorg root:root 0711 -/usr/bin/man root:root 0755 -/usr/bin/mandb root:root 0755 # turned off write and wall by disabling sgid tty: /usr/bin/wall root:tty 0755 /usr/bin/write root:tty 0755 diff --git a/permissions.secure b/permissions.secure index a50671a..b0bc3c6 100644 --- a/permissions.secure +++ b/permissions.secure @@ -172,8 +172,6 @@ # This is not extensively tested. /usr/bin/vlock root:shadow 0755 /usr/bin/Xorg root:root 0711 -/usr/bin/man root:root 4755 -/usr/bin/mandb root:root 4755 # turned off write and wall by disabling sgid tty: /usr/bin/wall root:tty 0755 /usr/bin/write root:tty 0755 diff --git a/permissions.spec b/permissions.spec index a310f00..dca4463 100644 --- a/permissions.spec +++ b/permissions.spec @@ -1,7 +1,7 @@ # -# spec file for package permissions (Version 2007.12.3) +# spec file for package permissions (Version 2008.1.7) # -# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -14,7 +14,7 @@ Name: permissions License: GPL v2 or later Group: Productivity/Security AutoReqProv: on -Version: 2007.12.3 +Version: 2008.1.7 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 +* Mon Jan 07 2008 - lnussel@suse.de +- remove setuid bits on man (#351988) * Mon Dec 03 2007 - lnussel@suse.de - add dbus-daemon-launch-helper (#333361) * Fri Nov 02 2007 - dmueller@suse.de