diff --git a/blog/2017/10/10/seccomp-and-you/index.markdown b/blog/2017/10/10/seccomp-and-you/index.markdown index 29aa0dd..46f1b61 100644 --- a/blog/2017/10/10/seccomp-and-you/index.markdown +++ b/blog/2017/10/10/seccomp-and-you/index.markdown @@ -1,5 +1,7 @@ --- -tags: ~ +tags: + - evalserver + - seccomp 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 operations that could make this more effective but they were not well exposed through 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.