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