[strace/strace] tests/pidns.c: skip some namespace tests in chroot (#190)
Dmitry V. Levin
notifications at github.com
Wed Jul 21 10:02:54 UTC 2021
This is how it looks in chrooted environments:
```
$ strace -qq -a24 -esignal=none -eioctl,unshare ./kill--pidns-translation >/dev/null
ioctl(3, NS_GET_USERNS) = 4
unshare(CLONE_NEWUSER|CLONE_NEWPID) = -1 EPERM (Operation not permitted)
unshare: Operation not permitted
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/strace/strace/pull/190#issuecomment-884062230
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20210721/04e8d0b8/attachment.htm>
More information about the Strace-devel
mailing list