aboutsummaryrefslogtreecommitdiff
path: root/sandbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox.c')
-rw-r--r--sandbox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox.c b/sandbox.c
index 0d82f58..f6f8d67 100644
--- a/sandbox.c
+++ b/sandbox.c
@@ -3,11 +3,13 @@
#include "snac.h"
#ifdef __linux__
+#ifndef WITHOUT_SANDBOX
#include <linux/version.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 13, 0)
#define WITHOUT_SANDBOX
#endif
+#endif
#endif /* __linux__ */