aboutgitcodebugslistschat
path: root/README.md
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-03-28 11:08:39 +0200
committerStefano Brivio <sbrivio@redhat.com>2022-03-29 15:35:38 +0200
commit1f4b7fa0d75d25f518047e77c88718ec1cc3f5bb (patch)
tree593b882b328424b079568bf8945cbdfe225c21e7 /README.md
parente9d573b14f28bde604718513ed3d499f621090d8 (diff)
downloadpasst-1f4b7fa0d75d25f518047e77c88718ec1cc3f5bb.tar
passt-1f4b7fa0d75d25f518047e77c88718ec1cc3f5bb.tar.gz
passt-1f4b7fa0d75d25f518047e77c88718ec1cc3f5bb.tar.bz2
passt-1f4b7fa0d75d25f518047e77c88718ec1cc3f5bb.tar.lz
passt-1f4b7fa0d75d25f518047e77c88718ec1cc3f5bb.tar.xz
passt-1f4b7fa0d75d25f518047e77c88718ec1cc3f5bb.tar.zst
passt-1f4b7fa0d75d25f518047e77c88718ec1cc3f5bb.zip
passt, pasta: Add examples of SELinux policy modules
These should cover any reasonably common use case in distributions. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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