Add half article. Plan on rest being a new article
This commit is contained in:
parent
ff1283df19
commit
18e960ea70
1 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue