mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-24 23:09:02 +00:00
Fix Landlock Make build config issue
This commit is contained in:
parent
0ba3199915
commit
82b1e61443
1 changed files with 6 additions and 3 deletions
|
@ -60,9 +60,6 @@ o/$(MODE)/test/libc/sock/unix_test.com.runs: \
|
|||
private .PLEDGE = stdio rpath wpath cpath fattr proc unix
|
||||
|
||||
o/$(MODE)/test/libc/sock/recvfrom_test.com.runs \
|
||||
o/$(MODE)/test/libc/sock/recvmsg_test.com.runs \
|
||||
o/$(MODE)/test/libc/sock/sendrecvmsg_test.com.runs \
|
||||
o/$(MODE)/test/libc/sock/nointernet_test.com.runs \
|
||||
o/$(MODE)/test/libc/sock/nonblock_test.com.runs \
|
||||
o/$(MODE)/test/libc/sock/socket_test.com.runs \
|
||||
o/$(MODE)/test/libc/sock/shutdown_test.com.runs \
|
||||
|
@ -72,11 +69,17 @@ o/$(MODE)/test/libc/sock/poll_test.com.runs \
|
|||
o/$(MODE)/test/libc/sock/pollfd_test.com.runs: \
|
||||
private .PLEDGE = stdio rpath wpath cpath fattr proc inet
|
||||
|
||||
o/$(MODE)/test/libc/sock/sendrecvmsg_test.com.runs \
|
||||
o/$(MODE)/test/libc/sock/nointernet_test.com.runs: \
|
||||
private .PLEDGE = stdio rpath wpath cpath fattr proc inet recvfd sendfd
|
||||
|
||||
o/$(MODE)/test/libc/sock/socket_test.com.runs: \
|
||||
private .INTERNET = 1 # todo: ipv6 filtering
|
||||
|
||||
o/$(MODE)/test/libc/sock/recvmsg_test.com.runs: \
|
||||
private .INTERNET = 1 # need to bind to 0.0.0.0
|
||||
o/$(MODE)/test/libc/sock/recvmsg_test.com.runs: \
|
||||
private .PLEDGE = stdio rpath wpath cpath fattr proc inet recvfd sendfd
|
||||
|
||||
$(TEST_LIBC_SOCK_OBJS): test/libc/sock/test.mk
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue