From 1f4b7fa0d75d25f518047e77c88718ec1cc3f5bb Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Mon, 28 Mar 2022 11:08:39 +0200 Subject: passt, pasta: Add examples of SELinux policy modules These should cover any reasonably common use case in distributions. Signed-off-by: Stefano Brivio --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9d08470..b045c6f 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,8 @@ speeding up local connections, and usually requiring NAT. _pasta_: * ✅ no external dependencies (other than a standard C library) * ✅ restrictive seccomp profiles (25 syscalls allowed for _passt_, 37 for _pasta_ on x86_64) +* ✅ examples of [AppArmor](/passt/tree/contrib/apparmor) and + [SELinux](/passt/tree/contrib/selinux) profiles available * ✅ static checkers in continuous integration (clang-tidy, cppcheck) * ✅️ clearly defined boundary-checked packet abstraction * 🛠️ ~5 000 LoC target -- cgit v1.2.3