Re: [OE-core] [PATCH] Fix mode +st on TMPDIR when creating it

2015-08-31 Thread Benjamin Esquivel
Looks good, would you check this via an autobuilder on-demand build? Benjamin On Fri, 2015-08-28 at 17:34 -0500, Alex Franco wrote: > A sanity check fails when TMPDIR has setuid, setgid set. It was > proposed to fix this on TMPDIR creation instead of failing with > a sanity test only. This patch

[OE-core] [PATCH] Fix mode +st on TMPDIR when creating it

2015-08-28 Thread Alex Franco
A sanity check fails when TMPDIR has setuid, setgid set. It was proposed to fix this on TMPDIR creation instead of failing with a sanity test only. This patch handles removal of those special bits (and additonally, the sticky bit) from BUILDDIR and TMPDIR when these directories are created. [YOCTO