- Explicit setuid bit for /bin/su in file manifest (bug #167745).
This commit is contained in:
parent
315b3d7de8
commit
f3d22cbf48
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 5.2.1
|
Version: 5.2.1
|
||||||
Release: 53
|
Release: 54
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -245,7 +245,38 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/profile.d/*
|
%config(noreplace) %{_sysconfdir}/profile.d/*
|
||||||
%{?!nopam:%config(noreplace) /etc/pam.d/su}
|
%{?!nopam:%config(noreplace) /etc/pam.d/su}
|
||||||
%doc ABOUT-NLS ChangeLog.bz2 NEWS README THANKS TODO old/*
|
%doc ABOUT-NLS ChangeLog.bz2 NEWS README THANKS TODO old/*
|
||||||
/bin/*
|
/bin/basename
|
||||||
|
/bin/cat
|
||||||
|
/bin/chgrp
|
||||||
|
/bin/chmod
|
||||||
|
/bin/chown
|
||||||
|
/bin/cp
|
||||||
|
/bin/cut
|
||||||
|
/bin/date
|
||||||
|
/bin/dd
|
||||||
|
/bin/df
|
||||||
|
/bin/echo
|
||||||
|
/bin/env
|
||||||
|
/bin/false
|
||||||
|
/bin/link
|
||||||
|
/bin/ln
|
||||||
|
/bin/ls
|
||||||
|
/bin/mkdir
|
||||||
|
/bin/mknod
|
||||||
|
/bin/mv
|
||||||
|
/bin/nice
|
||||||
|
/bin/pwd
|
||||||
|
/bin/rm
|
||||||
|
/bin/rmdir
|
||||||
|
/bin/sleep
|
||||||
|
/bin/sort
|
||||||
|
/bin/stty
|
||||||
|
%attr(4755,root,root) /bin/su
|
||||||
|
/bin/sync
|
||||||
|
/bin/touch
|
||||||
|
/bin/true
|
||||||
|
/bin/uname
|
||||||
|
/bin/unlink
|
||||||
%_bindir/*
|
%_bindir/*
|
||||||
%_infodir/coreutils*
|
%_infodir/coreutils*
|
||||||
%_mandir/man*/*
|
%_mandir/man*/*
|
||||||
@ -253,6 +284,9 @@ fi
|
|||||||
/sbin/runuser
|
/sbin/runuser
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 8 2005 Tim Waugh <twaugh@redhat.com> 5.2.1-54
|
||||||
|
- Explicit setuid bit for /bin/su in file manifest (bug #167745).
|
||||||
|
|
||||||
* Tue Sep 6 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-53
|
* Tue Sep 6 2005 Dan Walsh <dwalsh@redhat.com> 5.2.1-53
|
||||||
- Allow id to run even when SELinux security context can not be run
|
- Allow id to run even when SELinux security context can not be run
|
||||||
- Change chcon to use raw functions.
|
- Change chcon to use raw functions.
|
||||||
|
Loading…
Reference in New Issue
Block a user