mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Release pledge.com v1.4
This commit is contained in:
parent
bd118dafa0
commit
066ed2b2b2
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
||||||
char testlib_enable_tmp_setup_teardown;
|
char testlib_enable_tmp_setup_teardown;
|
||||||
|
|
||||||
void SetUpOnce(void) {
|
void SetUpOnce(void) {
|
||||||
pledge("stdio rpath cpath proc inet", 0);
|
pledge("stdio rpath wpath cpath proc inet", 0);
|
||||||
errno = 0;
|
errno = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@ usage: pledge.com [-hnN] PROG ARGS...\n\
|
||||||
- vminfo: allows /proc/stat, /proc/self/maps, etc.\n\
|
- vminfo: allows /proc/stat, /proc/self/maps, etc.\n\
|
||||||
- tmppath: allows /tmp, $TMPPATH, lstat, unlink\n\
|
- tmppath: allows /tmp, $TMPPATH, lstat, unlink\n\
|
||||||
\n\
|
\n\
|
||||||
pledge.com v1.3\n\
|
pledge.com v1.4\n\
|
||||||
copyright 2022 justine alexandra roberts tunney\n\
|
copyright 2022 justine alexandra roberts tunney\n\
|
||||||
https://twitter.com/justinetunney\n\
|
https://twitter.com/justinetunney\n\
|
||||||
https://linkedin.com/in/jtunney\n\
|
https://linkedin.com/in/jtunney\n\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue