nix-super/src/libutil/namespaces.hh

15 lines
138 B
C++
Raw Normal View History

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