diff options
Diffstat (limited to '')
-rw-r--r-- | src/xz/private.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/xz/private.h b/src/xz/private.h index 0ab2ab4e..b370472e 100644 --- a/src/xz/private.h +++ b/src/xz/private.h @@ -51,11 +51,6 @@ # define STDERR_FILENO (fileno(stderr)) #endif -#if defined(HAVE_CAP_RIGHTS_LIMIT) || defined(HAVE_PLEDGE) \ - || defined(HAVE_LINUX_LANDLOCK_H) -# define ENABLE_SANDBOX 1 -#endif - // Handling SIGTSTP keeps time-keeping for progress indicator correct // if xz is stopped. It requires use of clock_gettime() as that is // async-signal safe in POSIX. Require also SIGALRM support since @@ -75,6 +70,7 @@ #include "hardware.h" #include "file_io.h" #include "options.h" +#include "sandbox.h" #include "signals.h" #include "suffix.h" #include "util.h" |