diff options
author | Wynn Wolf Arbor | 2020-06-01 12:07:45 +0200 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-06-01 12:07:45 +0200 |
commit | eb4d841fd8d7da3c04fb607fc189a656c215c6ac (patch) | |
tree | 3bf5700f7e9f32b9dba8efb71fd7f27de2d1bde6 /posts | |
parent | 27192677c97f8903981d784bb4b3c5063cb9f13d (diff) | |
download | site-eb4d841fd8d7da3c04fb607fc189a656c215c6ac.tar.gz |
posts: Add links to resources discussing seccomp(2)
Diffstat (limited to 'posts')
-rw-r--r-- | posts/the-long-journey-to-cgit.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/posts/the-long-journey-to-cgit.md b/posts/the-long-journey-to-cgit.md index 5fabe4f..32d45f3 100644 --- a/posts/the-long-journey-to-cgit.md +++ b/posts/the-long-journey-to-cgit.md @@ -456,8 +456,10 @@ All this will be part of a future post. For now, enjoy. `git-imap-send(1)`. [^5]: Sadly there's no good way to do - [`pledge(2)`](https://man.openbsd.org/pledge.2) nicely on Linux, so - those parts are ignored. And no, I'm not going to pivot to - `seccomp(2)`. + [`pledge(2)`](https://man.openbsd.org/pledge.2) nicely on Linux, so those + parts are ignored. And no, I'm + [not](https://github.com/kristapsdz/acme-client-portable/blob/master/Linux-seccomp.md) + [going](https://learnbchs.org/pledge.html) + [to](https://lwn.net/Articles/738694/) pivot to `seccomp(2)`. [^6]: For now that is just /dev/null. |