All of lore.kernel.org
 help / color / mirror / Atom feed
* remove chown from makefiles too?
@ 2009-07-30 14:59 Eric Sandeen
       [not found] ` <4A71B53D.7070205-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Sandeen @ 2009-07-30 14:59 UTC (permalink / raw)
  To: NILFS Users mailing list

Hi, after the setuid bits got removed from the make install process,
this sort of thing is still left in several Makefiles:

install-exec-hook:
	list='$(sbin_PROGRAMS)'; \
	for p in $$list; do \
		chown root $(DESTDIR)$(sbindir)/$$p$(EXEEXT); \
	done

But this fails for a normal user installing into a chroot, as an
rpmbuild by a non-root user might do.

I don't think there's any reason for the chown; can this just be removed?

Thanks,
-Eric

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-07-30 17:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-30 14:59 remove chown from makefiles too? Eric Sandeen
     [not found] ` <4A71B53D.7070205-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-30 15:53   ` Ryusuke Konishi
     [not found]     ` <20090731.005317.12928769.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-07-30 16:25       ` Eric Sandeen
     [not found]         ` <4A71C990.3060804-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-07-30 16:45           ` Ryusuke Konishi
     [not found]             ` <20090731.014518.56564034.ryusuke-sG5X7nlA6pw@public.gmane.org>
2009-07-30 17:48               ` Eric Sandeen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.