]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/missing_prctl.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / basic / missing_prctl.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <linux/prctl.h>
5
6 /* 58319057b7847667f0c9585b9de0e8932b0fdb08 (4.3) */
7 #ifndef PR_CAP_AMBIENT
8 #define PR_CAP_AMBIENT 47
9
10 #define PR_CAP_AMBIENT_IS_SET 1
11 #define PR_CAP_AMBIENT_RAISE 2
12 #define PR_CAP_AMBIENT_LOWER 3
13 #define PR_CAP_AMBIENT_CLEAR_ALL 4
14 #endif