aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/namespaces.hh
blob: 34e54d5ad9240cea918d1a191b70369e18adb971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

namespace nix {

#if __linux__

bool userNamespacesSupported();

bool mountNamespacesSupported();

bool pidNamespacesSupported();

#endif

}