Add half article. Plan on rest being a new article

This commit is contained in:
Ryan Voots 2017-10-23 12:25:03 -07:00
parent ff1283df19
commit 18e960ea70

View file

@ -1,5 +1,7 @@
--- ---
tags: ~ tags:
- evalserver
- seccomp
title: Seccomp and you title: Seccomp and you
--- ---
@ -96,3 +98,6 @@ possible modes yourself. This is also an area where I could be doing better to
the whole thing, but have not done so yet. Seccomp itself supports doing some bitwise the whole thing, but have not done so yet. Seccomp itself supports doing some bitwise
operations that could make this more effective but they were not well exposed through operations that could make this more effective but they were not well exposed through
Linux::Seccomp when this was originally designed. Linux::Seccomp when this was originally designed.
In the second part of this blog I'll document the proposed configuration
scheme using YAML 1.2 and the perl modules located in the sandbox root.