Make it easier to configure Landlock Make

This commit is contained in:
Justine Tunney 2022-08-10 21:24:31 -07:00
parent 7b993d561c
commit 4c3ab6d11e
2 changed files with 160 additions and 84 deletions

View file

@ -81,6 +81,19 @@ o/$(MODE): \
o/$(MODE)/examples \
o/$(MODE)/third_party
.STRICT = 1
.UNVEIL = \
rwcx:o/tmp \
libc/integral \
libc/disclaimer.inc \
rx:build/bootstrap \
rx:o/third_party/gcc \
/proc/self/status \
rw:/dev/null \
w:o/stack.log \
/etc/hosts \
~/.runit.psk
PKGS =
-include ~/.cosmo.mk