This commit is contained in:
parent
a968505dce
commit
f83ac21705
@ -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
|
Mon Dec 3 15:46:50 CET 2007 - lnussel@suse.de
|
||||||
|
|
||||||
|
@ -134,8 +134,6 @@
|
|||||||
# screen savers:
|
# screen savers:
|
||||||
/usr/bin/vlock root:shadow 2755
|
/usr/bin/vlock root:shadow 2755
|
||||||
/usr/bin/Xorg root:root 4711
|
/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:
|
# turn off write and wall by disabling sgid tty:
|
||||||
/usr/bin/wall root:tty 2755
|
/usr/bin/wall root:tty 2755
|
||||||
/usr/bin/write root:tty 2755
|
/usr/bin/write root:tty 2755
|
||||||
|
@ -150,8 +150,6 @@
|
|||||||
# This is not extensively tested.
|
# This is not extensively tested.
|
||||||
/usr/bin/vlock root:shadow 0755
|
/usr/bin/vlock root:shadow 0755
|
||||||
/usr/bin/Xorg root:root 0711
|
/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:
|
# turned off write and wall by disabling sgid tty:
|
||||||
/usr/bin/wall root:tty 0755
|
/usr/bin/wall root:tty 0755
|
||||||
/usr/bin/write root:tty 0755
|
/usr/bin/write root:tty 0755
|
||||||
|
@ -172,8 +172,6 @@
|
|||||||
# This is not extensively tested.
|
# This is not extensively tested.
|
||||||
/usr/bin/vlock root:shadow 0755
|
/usr/bin/vlock root:shadow 0755
|
||||||
/usr/bin/Xorg root:root 0711
|
/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:
|
# turned off write and wall by disabling sgid tty:
|
||||||
/usr/bin/wall root:tty 0755
|
/usr/bin/wall root:tty 0755
|
||||||
/usr/bin/write root:tty 0755
|
/usr/bin/write root:tty 0755
|
||||||
|
@ -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
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -14,7 +14,7 @@ Name: permissions
|
|||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2007.12.3
|
Version: 2008.1.7
|
||||||
Release: 1
|
Release: 1
|
||||||
Provides: aaa_base:/etc/permissions
|
Provides: aaa_base:/etc/permissions
|
||||||
Requires: /sbin/SuSEconfig
|
Requires: /sbin/SuSEconfig
|
||||||
@ -83,6 +83,8 @@ install -m 644 %{SOURCE9} $RPM_BUILD_ROOT/etc
|
|||||||
/var/adm/fillup-templates/sysconfig.security
|
/var/adm/fillup-templates/sysconfig.security
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 07 2008 - lnussel@suse.de
|
||||||
|
- remove setuid bits on man (#351988)
|
||||||
* Mon Dec 03 2007 - lnussel@suse.de
|
* Mon Dec 03 2007 - lnussel@suse.de
|
||||||
- add dbus-daemon-launch-helper (#333361)
|
- add dbus-daemon-launch-helper (#333361)
|
||||||
* Fri Nov 02 2007 - dmueller@suse.de
|
* Fri Nov 02 2007 - dmueller@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user