unconditionally disable pledge for now
suggested by deraadt@ since there is still more coming
This commit is contained in:
parent
dadeeb0a2e
commit
e8c9210073
@ -29,8 +29,6 @@ unsigned int sleep(unsigned int seconds);
|
||||
int getentropy(void *buf, size_t buflen);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_PLEDGE
|
||||
#define pledge(request, paths) 0
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user