sandbox: Disable Landlock due to qssb.h issue #19

Este commit está contenido en:
Albert S. 2021-10-26 22:42:32 +02:00
padre cc4506b918
commit 75268e0073
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

Ver fichero

@ -12,6 +12,7 @@
#include <filesystem>
#include <sys/mount.h>
#include <sys/capability.h>
#define HAVE_LANDLOCK 0
#include <qssb.h>
#include "../logger.h"
#include "../utils.h"