diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-11-27 19:41:49 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-03 15:58:03 +0100 |
commit | d380dde1d2878bd8f09317081960bfc82b0f420b (patch) | |
tree | 10e7e29c5fe28be4807954d948cc0f75c38dadd1 /docs/manual | |
parent | cb8ce5f0016fa14f5e6971e07416ed465e641ff7 (diff) | |
download | buildroot-d380dde1d2878bd8f09317081960bfc82b0f420b.tar.gz buildroot-d380dde1d2878bd8f09317081960bfc82b0f420b.zip |
skeleton: make /run a proper directory/filesystem
Making /var/run and /run symlinks to /tmp is bad since the underlying
tmpfs filesystem is mode 1777 which leads to possible security attack
vectors via badly owned/mask-mode pidfiles and state files residing there.
So make /run a proper directory with /var/run symlinked to it.
Eventually all startup scripts and state info should be pointed to /run
directly as per the linux fhs and good practice.
Add a tmpfs filesystem entry for /run so that busybox inittab, systemv
inittab and systemd automount mounts it there to avoid breaking the
system.
While at it fix inconsistent spacing in /etc/fstab by using tabs and
drop the "static file system information" header whatever that means.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
0 files changed, 0 insertions, 0 deletions