-
Andrey Vagin authored
A tests is executed from different users in cases with and without userns, so it can't to open files which were created before. Here is an example for ns/user/static/inotify_irmap: 13355 mkdir("/etc", 0600) = -1 EEXIST (File exists) 13355 unlink("/etc/zdtm-test") = -1 EACCES (Permission denied) 13355 creat("/etc/zdtm-test", 0600) = -1 EACCES (Permission denied) Signed-off-by:
Andrey Vagin <avagin@openvz.org> Signed-off-by:
Pavel Emelyanov <xemul@parallels.com>
2ecc25ef
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
app-emu | ||
bers | ||
crit | ||
ext-links | ||
fault-injection | ||
jenkins | ||
libcriu | ||
mem-snap | ||
mounts | ||
pipes | ||
rpc | ||
security | ||
tcp | ||
unix-callback | ||
zdtm | ||
.gitignore | ||
Makefile | ||
Makefile.zdtm | ||
app-emu.sh | ||
env.sh | ||
functions.sh | ||
maps.py | ||
post-dump.sh | ||
zdtm.sh | ||
zdtm_ct.c | ||
zdtm_mount_cgroups |