SHA256
1
0
forked from pool/permissions
OBS User unknown 2008-01-07 11:37:02 +00:00 committed by Git OBS Bridge
parent a968505dce
commit f83ac21705
5 changed files with 10 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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