mirror of
https://github.com/NixOS/nix.git
synced 2025-12-11 03:21:03 +01:00
13 lines
129 B
C++
13 lines
129 B
C++
#pragma once
|
|
|
|
namespace nix {
|
|
|
|
#if __linux__
|
|
|
|
bool userNamespacesSupported();
|
|
|
|
bool mountAndPidNamespacesSupported();
|
|
|
|
#endif
|
|
|
|
}
|