From 7fc1c80d74abf9218c38cddb38d688c709f16c89 Mon Sep 17 00:00:00 2001 From: trimstray Date: Mon, 15 Oct 2018 08:24:14 +0200 Subject: [PATCH] minor fixes - signed-off-by: trimstray --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5377af7..5fd0754 100644 --- a/README.md +++ b/README.md @@ -433,7 +433,7 @@ Make sure the following filesystems are mounted on separate partitions: - `/boot` - `/tmp` - `/var` -- `/var/tmp` +- `/var/tmp` (or symlink for `/tmp`) - `/var/log` Additionally, depending on the purpose of the server, you should consider separating the following partitions: @@ -454,7 +454,7 @@ LABEL=/boot /boot ext2 defaults,ro 1 2 #### :eight_pointed_black_star: Secure /tmp, /var/tmp and /dev/shm -Temporary storage directories such as `/tmp`, `/var/tmp` and `/dev/shm` gives the ability to attacker to provide storage space for malicious executables. + #### :eight_pointed_black_star: Swap partition