aboutsummaryrefslogtreecommitdiff
path: root/shared
diff options
context:
space:
mode:
authorSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-09-27 16:46:56 +0000
committerSergio Carlavilla Delgado <carlavilla@FreeBSD.org>2023-09-27 16:46:56 +0000
commit99333306b8924d300ffd745bf5e1e139e337e830 (patch)
treec6abcd3fa8bbbaf3529d968ead0c481d03b0f5c6 /shared
parent0dc1abfa7826e01f378b24a959fda89781e5313a (diff)
downloaddoc-99333306b8924d300ffd745bf5e1e139e337e830.tar.gz
doc-99333306b8924d300ffd745bf5e1e139e337e830.zip
Handbook - Security: Upgrade the chapter
Upgrade Security chapter as part of the Handbook Working Group. This is a first approximation, there are things to improve and add to the chapter, but we can continue from here :) Changes: - Move VPN over IPSec to an article, in the future we will add too OpenVPN (DCO) and WireGuard to the article - Rework Securing Accounts section - Upgrade Password Hashes algorithms - Improve sudo/doas section - Add new Intrusion Detection System (IDS) section - Add new Secure levels section - Add new File flags section - Rework OpenSSH and OpenSSL sections - Rework Access Control Lists and add NFSv4 ACLs - Add Capsicum introduction section - Upgrade Resource Limits section - Improve Asciidoc syntax Documentation checked: - https://man.freebsd.org/security - https://calomel.org/ids_mtree.html - https://calomel.org/openssh.html - https://calomel.org/openssh_distributed.html - https://man.freebsd.org/cgi/man.cgi?query=chflags&sektion=1&apropos=0&manpath=FreeBSD+13.2-RELEASE+and+Ports - https://www.cyberciti.biz/tips/howto-write-protect-file-with-immutable-bit.html - https://wiki.gentoo.org/wiki/Doas - https://people.freebsd.org/~dannyboy/articles/freebsd_acls.pdf - https://wiki.freebsd.org/NFSv4_ACLs - https://man.freebsd.org/cgi/man.cgi?setfacl Reviewed by: emaste, karels, philip (first draft) Differential Revision: https://reviews.freebsd.org/D41620 Sponsored by: Daifressh
Diffstat (limited to 'shared')
-rw-r--r--shared/en/urls.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/en/urls.adoc b/shared/en/urls.adoc
index 33fa8135b9..a7d91bef33 100644
--- a/shared/en/urls.adoc
+++ b/shared/en/urls.adoc
@@ -62,3 +62,4 @@ endif::[]
:solid-state: {main-site}/articles/solid-state/
:vinum: {main-site}/articles/vinum/
:vm-design: {main-site}/articles/vm-design/
+:vpn-ipsec: {main-site}/articles/vpn-ipsec/