Re: [OpenWrt-Devel] [PATCH] include/image.mk: /tmp should have mode 1777

2012-06-15 Thread Mark Mentovai
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

[OpenWrt-Devel] [PATCH] include/image.mk: /tmp should have mode 1777

2012-05-24 Thread Mark Mentovai
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 ===