It looks like a similar change was made at r32073, adding "chmod 1777
$(1)/tmp" to package/base-files/Makefile. That has the effect of setting
the sticky bit on /tmp in base-files.ipk, but the sticky bit is still
clear in the root filesystem of generated images.
Either this patch is needed, or
On the off chance that the root filesystem's /tmp is used directly as a
temporary directory instead of having a tmpfs mounted over it, it should have
the sticky bit set.
Signed-off-by: Mark Mentovai
---
Index: include/image.mk
===