summaryrefslogtreecommitdiff
path: root/test/test_mount.rs
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-09-15 11:38:16 -0600
committerAlan Somers <asomers@gmail.com>2019-09-19 17:25:09 -0600
commit7e2b4028fa654dfc8a1177e1febbc91748668f52 (patch)
tree94622d702e5f5957de47e944d9801c5cc3fad773 /test/test_mount.rs
parentadcfaf5802a9afc624f3787fb47bc20b19a4014f (diff)
downloadnix-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_mount.rs')
0 files changed, 0 insertions, 0 deletions