forked from pool/permissions
This commit is contained in:
parent
3407b98173
commit
3ecf080911
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 13:53:28 CET 2007 - lnussel@suse.de
|
||||
|
||||
- make pam authentication helpers unix_chkpwd, unix2_chkpwd and
|
||||
pam_auth setuid root instead of setgid shadow (#216816)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 15:12:53 CET 2007 - sbrabec@suse.cz
|
||||
|
||||
|
@ -74,12 +74,14 @@
|
||||
# glibc backwards compatibility
|
||||
/usr/lib/pt_chown root:root 4755
|
||||
/usr/lib64/pt_chown root:root 4755
|
||||
/sbin/unix_chkpwd root:shadow 2755
|
||||
/sbin/unix2_chkpwd root:shadow 2755
|
||||
# needs setuid root when using shadow via NIS:
|
||||
# #216816
|
||||
/sbin/unix_chkpwd root:shadow 4755
|
||||
/sbin/unix2_chkpwd root:shadow 4755
|
||||
# qpopper
|
||||
/usr/sbin/popauth pop:trusted 4755
|
||||
# from the squid package
|
||||
/usr/sbin/pam_auth root:shadow 2755
|
||||
/usr/sbin/pam_auth root:shadow 4755
|
||||
|
||||
# still to be converted to utempter
|
||||
/usr/lib/vte/gnome-pty-helper root:tty 2755
|
||||
|
@ -89,6 +89,8 @@
|
||||
# glibc backwards compatibility
|
||||
/usr/lib/pt_chown root:root 0755
|
||||
/usr/lib64/pt_chown root:root 0755
|
||||
# needs setuid root when using shadow via NIS:
|
||||
# #216816
|
||||
/sbin/unix_chkpwd root:shadow 0755
|
||||
/sbin/unix2_chkpwd root:shadow 0755
|
||||
# qpopper
|
||||
|
@ -112,12 +112,14 @@
|
||||
# glibc backwards compatibility
|
||||
/usr/lib/pt_chown root:root 4755
|
||||
/usr/lib64/pt_chown root:root 4755
|
||||
/sbin/unix_chkpwd root:shadow 2755
|
||||
/sbin/unix2_chkpwd root:shadow 2755
|
||||
# needs setuid root when using shadow via NIS:
|
||||
# #216816
|
||||
/sbin/unix_chkpwd root:shadow 4755
|
||||
/sbin/unix2_chkpwd root:shadow 4755
|
||||
# qpopper
|
||||
/usr/sbin/popauth pop:trusted 4750
|
||||
# from the squid package
|
||||
/usr/sbin/pam_auth root:shadow 2755
|
||||
/usr/sbin/pam_auth root:shadow 4755
|
||||
|
||||
# still to be converted to utempter
|
||||
/usr/lib/vte/gnome-pty-helper root:tty 2755
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package permissions (Version 2007.1.10)
|
||||
# spec file for package permissions (Version 2007.1.18)
|
||||
#
|
||||
# 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.1.10
|
||||
Version: 2007.1.18
|
||||
Release: 1
|
||||
Provides: aaa_base:/etc/permissions
|
||||
Requires: /sbin/SuSEconfig
|
||||
@ -76,6 +76,9 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT/etc
|
||||
/var/adm/fillup-templates/sysconfig.security
|
||||
|
||||
%changelog -n permissions
|
||||
* Wed Jan 17 2007 - lnussel@suse.de
|
||||
- make pam authentication helpers unix_chkpwd, unix2_chkpwd and
|
||||
pam_auth setuid root instead of setgid shadow (#216816)
|
||||
* Wed Jan 10 2007 - sbrabec@suse.cz
|
||||
- Prefix of /opt/gnome binaries changed to /usr.
|
||||
- Removed gnome-stones.
|
||||
|
Loading…
Reference in New Issue
Block a user