Release pledge.com v1.6

This commit is contained in:
Justine Tunney 2022-08-10 08:11:05 -07:00
parent ae5d06dc53
commit 4e939d1761
5 changed files with 46 additions and 145 deletions

View file

@ -32,12 +32,6 @@
char testlib_enable_tmp_setup_teardown;
void SetUpOnce(void) {
ASSERT_SYS(0, 0,
pledge("stdio rpath wpath cpath fattr proc exec prot_exec",
"stdio rpath wpath prot_exec"));
}
static textstartup void TestInit(int argc, char **argv) {
int fd;
if (argc == 2 && !strcmp(argv[1], "boop")) {