nix-super/src/libutil/namespaces.hh
2023-02-10 14:38:14 +01:00

14 lines
129 B
C++

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