mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-11 19:51:36 +01:00
13 lines
233 B
Diff
13 lines
233 B
Diff
--- ./seccompsandbox.c.orig
|
|
+++ ./seccompsandbox.c
|
|
@@ -12,6 +12,9 @@
|
|
|
|
#if defined(__linux__) && defined(__x86_64__)
|
|
|
|
+/* for O_DIRECTORY */
|
|
+#define _GNU_SOURCE
|
|
+
|
|
#include "session.h"
|
|
#include "sysutil.h"
|
|
#include "tunables.h"
|