mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 03:38:31 +00:00
Release pledge.com 1.7 and landlockmake.com 1.3
- pledge("chown") now supported - pledge("stdio") now allows killing self - Write tests for pselect() and ppoll()
This commit is contained in:
parent
255d834f8f
commit
ce588dd56b
19 changed files with 190 additions and 39 deletions
|
@ -3880,7 +3880,7 @@ UNIX MODULE
|
|||
shutdown, sigaction, sigsuspend, sigprocmask, socketpair, umask,
|
||||
wait4, getrusage, ioctl(FIONREAD), ioctl(FIONBIO), ioctl(FIOCLEX),
|
||||
ioctl(FIONCLEX), fcntl(F_GETFD), fcntl(F_SETFD), fcntl(F_GETFL),
|
||||
fcntl(F_SETFL).
|
||||
fcntl(F_SETFL), raise, kill(getpid()).
|
||||
|
||||
rpath
|
||||
|
||||
|
@ -3943,6 +3943,10 @@ UNIX MODULE
|
|||
|
||||
Allows settimeofday and clock_adjtime.
|
||||
|
||||
chown
|
||||
|
||||
Allows chown.
|
||||
|
||||
unveil
|
||||
|
||||
Allows unveil().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue