From bda4dfd173d4c713fa525087b99d047c28afdd4f Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Mon, 23 Mar 2015 17:42:03 +0300 Subject: [PATCH] test: add cow01 into TEST_SUID_LIST cow01 uses /proc/pid/pagemap which has been protected by CAP_SYS_ADMIN. """ commit ab676b7d6fbf4b294bf198fb27ade5b0e865c7ce pagemap: do not leak physical addresses to non-privileged userspace As pointed by recent post[1] on exploiting DRAM physical imperfection, /proc/PID/pagemap exposes sensitive information which can be used to do attacks. """ Signed-off-by: Andrey Vagin Signed-off-by: Pavel Emelyanov --- test/zdtm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/zdtm.sh b/test/zdtm.sh index 878bfaefc..fbea258d7 100755 --- a/test/zdtm.sh +++ b/test/zdtm.sh @@ -322,6 +322,7 @@ mntns_shared_bind mntns_shared_bind02 mntns_root_bind sockets00 +cow01 " CRIU_CPT=$CRIU