On Mon, Oct 11, 2004 at 08:52:41AM +0200, Florian La Roche wrote: > On Mon, Oct 11, 2004 at 04:34:12PM +1000, Russell Coker wrote: > > On Sat, 9 Oct 2004 02:14, Stephen Smalley <sds@xxxxxxxxxxxxxx> wrote: > > > /etc/ld.so.cache is supposed to be labeled ld_so_cache_t. > > > > ldconfig is being executed directly from rpm not via "sh -c ldconfig". This > > means that it doesn't transition to ldconfig_t. > > > > Jeff, please change rpm to use "sh -c" for spawning all scripts including > > ldconfig and /usr/sbin/glibc_post_upgrade. Should I file a bugzilla against > > rpm? > > Is this even possible for glibc_post_upgrade? Nope, at least not until sh is installed. Similarly with libgcc_post_upgrade, plus I think there is a bunch of %post -p /sbin/ldconfig scriptlets that can be installed before shell too. Jakub