1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-11 19:41:04 +01:00
nix/src/libutil/namespaces.hh
2023-02-10 14:38:14 +01:00

13 lines
129 B
C++

#pragma once
namespace nix {
#if __linux__
bool userNamespacesSupported();
bool mountAndPidNamespacesSupported();
#endif
}