mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-27 21:10:29 +00:00
Make it easier to configure Landlock Make
This commit is contained in:
parent
7b993d561c
commit
4c3ab6d11e
2 changed files with 160 additions and 84 deletions
13
Makefile
13
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue