restore old DEFAULT_ALLOWED_IMPURE_PREFIXES
This commit is contained in:
parent
f5a7739171
commit
2dc8e19a17
1 changed files with 1 additions and 1 deletions
|
@ -59,8 +59,8 @@
|
||||||
/* chroot-like behavior from Apple's sandbox */
|
/* chroot-like behavior from Apple's sandbox */
|
||||||
#if __APPLE__
|
#if __APPLE__
|
||||||
#define SANDBOX_ENABLED 1
|
#define SANDBOX_ENABLED 1
|
||||||
#define DEFAULT_ALLOWED_IMPURE_PREFIXES "/System/Library /usr /dev /bin/sh"
|
|
||||||
#define DARWIN_PREBUILD 1
|
#define DARWIN_PREBUILD 1
|
||||||
|
#define DEFAULT_ALLOWED_IMPURE_PREFIXES "/System/Library /usr/lib /dev /bin/sh"
|
||||||
#else
|
#else
|
||||||
#define SANDBOX_ENABLED 0
|
#define SANDBOX_ENABLED 0
|
||||||
#define DEFAULT_ALLOWED_IMPURE_PREFIXES "/bin" "/usr/bin"
|
#define DEFAULT_ALLOWED_IMPURE_PREFIXES "/bin" "/usr/bin"
|
||||||
|
|
Loading…
Reference in a new issue