lix/src/libutil/namespaces.hh

15 lines
138 B
C++
Raw Normal View History

#pragma once
///@file
namespace nix {
2023-01-27 15:52:31 +00:00
#if __linux__
bool userNamespacesSupported();
bool mountAndPidNamespacesSupported();
2023-01-27 15:52:31 +00:00
#endif
}