Files
lix/src/libutil/namespaces.hh
T

14 lines
129 B
C++

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