diff options
author | Alan Somers <asomers@gmail.com> | 2019-09-15 11:38:16 -0600 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2019-09-19 17:25:09 -0600 |
commit | 7e2b4028fa654dfc8a1177e1febbc91748668f52 (patch) | |
tree | 94622d702e5f5957de47e944d9801c5cc3fad773 /test/test_poll.rs | |
parent | adcfaf5802a9afc624f3787fb47bc20b19a4014f (diff) | |
download | nix-7e2b4028fa654dfc8a1177e1febbc91748668f52.zip |
Fix test breakage in Seccomp mode.
Travis is now using Seccomp, and Docker's default Seccomp policy
disables execveat (though, weirdly, not fexecve). It also prohibits any
operations on AF_ALG sockets.
While I'm here, replace close/dup with dup2, which is more reliable.
Also, drop the fork mutex earlier. This way all of the exeve tests will
run, even if one fails.
https://docs.docker.com/engine/security/seccomp/
Diffstat (limited to 'test/test_poll.rs')
0 files changed, 0 insertions, 0 deletions