Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] permissions of downloaded source
@ 2014-08-02 18:55 Danomi Manchego
  2014-08-02 19:07 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Danomi Manchego @ 2014-08-02 18:55 UTC (permalink / raw)
  To: buildroot

Yann,

Apologies if this was already addressed - I didn't follow all of the
download helper re-org threads ...

Using mktemp in the download help scripts means that downloaded
archives have 600 permissions.  On purpose?  This seems not so good
when groups use a shared "dl" directory.  Maybe these lines in the
download helper scripts:

mv "${tmp_output}" "${output}"

should be:

install -m0644 "${tmp_output}" "${output}"

?

Danomi -

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

end of thread, other threads:[~2014-08-02 19:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-02 18:55 [Buildroot] permissions of downloaded source Danomi Manchego
2014-08-02 19:07 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox