[CRIU] [PATCH] zdtm: Add suid flag to binfmt_misc test

Kirill Tkhai ktkhai at virtuozzo.com
Wed Jan 20 03:53:03 PST 2016


This fixes the following test error:

    FAIL: binfmt_misc.c:111: mount failed (errno = 1 (Operation not permitted))

CRIU tests (./test/zdtm.py run -a) passed.

Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
---
 test/zdtm/live/static/binfmt_misc.desc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/zdtm/live/static/binfmt_misc.desc b/test/zdtm/live/static/binfmt_misc.desc
index e31c680..5f0328f 100644
--- a/test/zdtm/live/static/binfmt_misc.desc
+++ b/test/zdtm/live/static/binfmt_misc.desc
@@ -1 +1 @@
-{'flavor': 'ns', 'flags': 'excl'}
+{'flavor': 'ns', 'flags': 'excl suid'}



More information about the CRIU mailing list