From 9ac9a0444995b4543f2e1baaee1aea076aa04b4e Mon Sep 17 00:00:00 2001 From: friendly-rabbit-35 <169707731+friendly-rabbit-35@users.noreply.github.com> Date: Sun, 16 Jun 2024 14:16:04 -0700 Subject: [PATCH] Remove link to deprecated Kicksecure AppArmor profile repo Signed-off-by: friendly-rabbit-35 <169707731+friendly-rabbit-35@users.noreply.github.com> --- content/posts/linux/Desktop Linux Hardening.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/posts/linux/Desktop Linux Hardening.md b/content/posts/linux/Desktop Linux Hardening.md index bee72fa..5d1416e 100644 --- a/content/posts/linux/Desktop Linux Hardening.md +++ b/content/posts/linux/Desktop Linux Hardening.md @@ -177,7 +177,6 @@ Note that, unlike Android, traditional desktop Linux distributions typically do You can make your own AppArmor profiles, SELinux policies, [bubblewrap](https://github.com/containers/bubblewrap) profiles, and [seccomp](https://docs.kernel.org/userspace-api/seccomp_filter.html) blacklist to have better confinement of applications. This is an advanced and sometimes tedious task, but there are various projects you could use as reference: -- [Kicksecure's apparmor-profile-everything](https://github.com/Kicksecure/apparmor-profile-everything) - [Krathalan’s AppArmor profiles](https://github.com/krathalan/apparmor-profiles) - [noatsecure’s SELinux templates](https://github.com/noatsecure/hardhat-selinux-templates) - [Seirdy’s bubblewrap scripts](https://sr.ht/~seirdy/bwrap-scripts)