Skip to content
Unverified Commit 38ea64e8 authored by aszlig's avatar aszlig
Browse files

qemu_test: Make chown() calls to the store a no-op



The "misc" NixOS test is using Nix to query the store and it tries to
change the ownership of it while doing so.

This fails if Nix is not in a seccomp-sandboxed userid namespace, so
let's make chown() a no-op when applied to store paths.

Fixes the misc test (and possibly future tests) on older Nix versions.

Signed-off-by: default avataraszlig <aszlig@redmoonstudios.org>
parent f0e77cd0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment