init: fix /tmp permissions on zram
authorMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 26 Jan 2017 11:56:24 +0000 (12:56 +0100)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 26 Jan 2017 15:14:14 +0000 (16:14 +0100)
commit0f5897760272307d671f4c4c11737241755e853d
treef17cd4ab86665b81651213905ecd1cdc2647828b
parentf7069032290a9720142b2ee2c6315d7e1f1a1bd3
init: fix /tmp permissions on zram

mkfs.ext4 will create the filesystem with 755, we need to chmod to 1777
explicitly.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
initd/zram.c