From 18e960ea7031f591074d860abadb73ea26a12bcc Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Mon, 23 Oct 2017 12:25:03 -0700 Subject: [PATCH] Add half article. Plan on rest being a new article --- blog/2017/10/10/seccomp-and-you/index.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.