Explore >> Select a destination


You are here

javier.io
| | blog.jak-linux.org
14.7 parsecs away

Travel
| | I just uploaded APT 1.6 alpha 1, introducing a very scary thing: Seccomp sandboxing for methods, the programs downloading files from the internet and decompressing or compressing stuff. With seccomp I reduced the number of system calls these methods can use to 149 from 430. Specifically we excluded most ways of IPC, xattrs, and most importantly, the ability for methods to clone(2), fork(2), execve(2), and execveat(2). Yes, that's right - methods can no longer execute programs.
| | www.devroom.io
8.8 parsecs away

Travel
| | Ariejan de Vroom's personal website on software engineering, electronics tinkering and car mechanics.
| | a3nm.net
13.9 parsecs away

Travel
| |
| | www.claudiokuenzler.com
76.1 parsecs away

Travel
| After setting up Apache2 as reverse proxy in front of Varnish Cache, an error 500 was shown and log entries showed AH01144: No protocol handler was valid.