diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-12-29 16:52:52 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-12-29 16:52:52 +0000 |
commit | 7273822bfd7622a24280e7699f69a5a5f9f60e12 (patch) | |
tree | c314125423871fa88ff79e3318622c86622d0057 /mds/sandbox.md | |
parent | make the zsh prompt go faster (diff) | |
download | blog-7273822bfd7622a24280e7699f69a5a5f9f60e12.tar.gz blog-7273822bfd7622a24280e7699f69a5a5f9f60e12.zip |
next one, on linux and openbsd sandboxing
Diffstat (limited to 'mds/sandbox.md')
-rw-r--r-- | mds/sandbox.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mds/sandbox.md b/mds/sandbox.md new file mode 100644 index 0000000..57957fe --- /dev/null +++ b/mds/sandbox.md @@ -0,0 +1,13 @@ +## Sandboxing Under Linux and Openbsd + +We will talk about sandboxing under Linux and Openbsd.<br/> + +- chroot +- application containers +- system containers +- seccomp bpf +- pledge and unveil +- bubblewrap and portals +- lsm(linux security model) and its layers +- apparmor +- firewalls |