Hey guys,
On FreeBSD the security practices from Linux applies also on partitioning the HD?
Usually I do something like this (on Linux):
I'm trying focusing on security, this should be fine or there other best practice?
The Handbook doesn't have examples for this specific situation, instead, say to keep the default installation.
Thanks in advance.
On FreeBSD the security practices from Linux applies also on partitioning the HD?
Usually I do something like this (on Linux):
Code:
/boot ext4 primary
/ ext4 logic
/var ext4 logic nodev,nosuid,noexec
/var/log ext4 logic nodev,nosuid,noexec
/usr ext4 logic ro, nodev
/home ext4 logic nodev, nosuid
/tmp tmpfs logic nodev,nosuid,noexec
swap primary
I'm trying focusing on security, this should be fine or there other best practice?
The Handbook doesn't have examples for this specific situation, instead, say to keep the default installation.
Thanks in advance.