From 2d1b88b03462348e35ed82c9be955c9d49e4ba96 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 8 Feb 2019 11:08:34 +0100 Subject: core/file: upstream also disables seccomp, so we dont have to do it here again --- core/file/PKGBUILD | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 core/file/PKGBUILD (limited to 'core/file') diff --git a/core/file/PKGBUILD b/core/file/PKGBUILD deleted file mode 100644 index ba1e0f05..00000000 --- a/core/file/PKGBUILD +++ /dev/null @@ -1,12 +0,0 @@ -# file doesn't add seccomp rules for 64-bit filesystem function on 32-bit -# systems (e.g. fstat64), in allmost all functions of file -# various sycalls like fork, pipe, wait4 have no ALLOW_RULE, somehow -# works on 64-bit, not on 32-bit. (-z option) -# Hence: disabling seccomp support completly! - -eval "$( - declare -f build | \ - sed ' - s/configure/configure --disable-libseccomp/ - ' -)" -- cgit v1.2.3