skeleton: /etc/fstab: make sure /tmp is world writable and sticky
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 21 Feb 2014 21:30:24 +0000 (22:30 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 21 Feb 2014 21:30:24 +0000 (22:30 +0100)
commita1451719dfca5b40619b396b01da5fbddb65ba32
treed1a30797eccfd0057e4f2640772fa9524c66d6e1
parentb57b69cd65a0f8cb4031267b3ee8a1cf21909ea6
skeleton: /etc/fstab: make sure /tmp is world writable and sticky

ramfs (which is used instead of tmpfs if CONFIG_SHMEM isn't enabled in the
kernel configuration), defaults to mode 0755 instead of 01777 like tmpfs
uses.

/tmp should be world writable and sticky, so explictly enforce the mode so
ramfs users gets it correct instead of relying on the defaults.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
system/skeleton/etc/fstab