diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/capability.h | 4 | ||||
-rw-r--r-- | include/linux/security.h | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/include/linux/capability.h b/include/linux/capability.h index 8961e7fb755c..7a8d7ade28a0 100644 --- a/include/linux/capability.h +++ b/include/linux/capability.h | |||
@@ -310,10 +310,6 @@ typedef __u32 kernel_cap_t; | |||
310 | #define CAP_SETFCAP 31 | 310 | #define CAP_SETFCAP 31 |
311 | 311 | ||
312 | #ifdef __KERNEL__ | 312 | #ifdef __KERNEL__ |
313 | /* | ||
314 | * Bounding set | ||
315 | */ | ||
316 | extern kernel_cap_t cap_bset; | ||
317 | 313 | ||
318 | /* | 314 | /* |
319 | * Internal kernel functions only | 315 | * Internal kernel functions only |
diff --git a/include/linux/security.h b/include/linux/security.h index 9b0b63c50f44..ff3f857f6957 100644 --- a/include/linux/security.h +++ b/include/linux/security.h | |||
@@ -34,6 +34,13 @@ | |||
34 | #include <linux/xfrm.h> | 34 | #include <linux/xfrm.h> |
35 | #include <net/flow.h> | 35 | #include <net/flow.h> |
36 | 36 | ||
37 | /* | ||
38 | * Bounding set | ||
39 | */ | ||
40 | extern kernel_cap_t cap_bset; | ||
41 | |||
42 | extern unsigned securebits; | ||
43 | |||
37 | struct ctl_table; | 44 | struct ctl_table; |
38 | 45 | ||
39 | /* | 46 | /* |