lix/src/libutil/namespaces.hh
2023-02-07 22:51:53 +01:00

16 lines
155 B
C++

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