Disable unveil
This commit is contained in:
parent
4dbf285573
commit
4fe24eb56d
@ -62,6 +62,7 @@ int getpagesize(void);
|
||||
#endif
|
||||
|
||||
#define pledge(request, paths) 0
|
||||
#define unveil(path, permissions) 0
|
||||
|
||||
#ifndef HAVE_PIPE2
|
||||
int pipe2(int fildes[2], int flags);
|
||||
|
Loading…
x
Reference in New Issue
Block a user