mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: Add maps00 test in unprivileged mode in user namespace
CAP_CHECKPOINT_RESTORE does not give access to /proc/$pid/map_files in user namespaces. In order to test that CRIU in unprivileged mode can dump and restore anonymous shared memory pages we will run the maps00 tests in a user namespace. Signed-off-by: Younes Manton <ymanton@ca.ibm.com>
This commit is contained in:
parent
d2abc9817f
commit
d7da4a69af
3 changed files with 23 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ RUN apk update && apk add \
|
|||
py3-pip \
|
||||
py3-protobuf \
|
||||
python3 \
|
||||
sudo
|
||||
sudo \
|
||||
libcap-utils \
|
||||
util-linux
|
||||
|
||||
COPY . /criu
|
||||
WORKDIR /criu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue