forked from lix-project/lix
f094ba7386
Fixes #7783.
14 lines
129 B
C++
14 lines
129 B
C++
#pragma once
|
|
|
|
namespace nix {
|
|
|
|
#if __linux__
|
|
|
|
bool userNamespacesSupported();
|
|
|
|
bool mountAndPidNamespacesSupported();
|
|
|
|
#endif
|
|
|
|
}
|