]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/basic/missing_capability.h
Merge pull request #11827 from keszybz/pkgconfig-variables
[thirdparty/systemd.git] / src / basic / missing_capability.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <linux/capability.h>
5
6 /* 3a101b8de0d39403b2c7e5c23fd0b005668acf48 (3.16) */
7 #ifndef CAP_AUDIT_READ
8 #define CAP_AUDIT_READ 37
9
10 #undef CAP_LAST_CAP
11 #define CAP_LAST_CAP CAP_AUDIT_READ
12 #endif