Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
namespaces.hh
Go to the documentation of this file.
1#pragma once
3
4namespace nix {
5
10void saveMountNamespace();
11
16void restoreMountNamespace();
17
23void unshareFilesystem();
24
25
26#if __linux__
27
28bool userNamespacesSupported();
29
30bool mountAndPidNamespacesSupported();
31
32#endif
33
34}