From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- .../mutter-40.0-Disable-anonymous-file-test.patch | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 x11-wm/mutter/files/mutter-40.0-Disable-anonymous-file-test.patch (limited to 'x11-wm/mutter/files') diff --git a/x11-wm/mutter/files/mutter-40.0-Disable-anonymous-file-test.patch b/x11-wm/mutter/files/mutter-40.0-Disable-anonymous-file-test.patch new file mode 100644 index 000000000000..484c62c5a0c4 --- /dev/null +++ b/x11-wm/mutter/files/mutter-40.0-Disable-anonymous-file-test.patch @@ -0,0 +1,32 @@ +From 7353efd2f326b3f855db52ba8643ac4e793d5ffc Mon Sep 17 00:00:00 2001 +From: Matt Turner +Date: Sun, 21 Mar 2021 18:31:22 -0400 +Subject: [PATCH] Disable anonymous-file test + +It attempts to open /proc/self/fd/* (an fd created by memfd_create), +which sandbox disallows. +--- + src/tests/meson.build | 7 ------- + 1 file changed, 7 deletions(-) + +diff --git a/src/tests/meson.build b/src/tests/meson.build +index 8ee409e20..50c930c2a 100644 +--- a/src/tests/meson.build ++++ b/src/tests/meson.build +@@ -285,13 +285,6 @@ test('stage-view', stage_view_tests, + timeout: 60, + ) + +-test('anonymous-file', anonymous_file_test, +- suite: ['core', 'mutter/unit'], +- env: test_env, +- is_parallel: false, +- timeout: 60, +-) +- + if have_native_tests + test('native-headless', native_headless_tests, + suite: ['core', 'mutter/native/headless'], +-- +2.26.2 + -- cgit v1.2.3