Thread
Stories related to "How do you organize your Linux packages?" across the full archive.
This is a really great series someone's putting on about how the Linux Kernel works. Well worth a read.
From the readme:
this is a port of netbsd's curses library for usage on Linux systems
(tested and developed on sabotage linux, based on musl libc).
I've started work on implementing a linux version of openbsd's pledge - a security mechanism that helps stop exploited programs from doing things they shouldn't.
I did it using seccomp-bpf which is a new tool (that came about to help Chromium build a better safer sandbox) that allows you to add f...