From bb286f00b4adffbb15db7bb288bdaca830cbb0b8 Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Mon, 28 Apr 2008 23:00:40 -0700 Subject: Clean up in preparation for next release. Don't install non-existent man pages. Update kernel header from latest 2.6.26 git tree. Signed-off-by: Andrew G. Morgan --- libcap/include/linux/capability.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcap') diff --git a/libcap/include/linux/capability.h b/libcap/include/linux/capability.h index 7d50ff6..eaab759 100644 --- a/libcap/include/linux/capability.h +++ b/libcap/include/linux/capability.h @@ -155,6 +155,7 @@ typedef struct kernel_cap_struct { * Add any capability from current's capability bounding set * to the current process' inheritable set * Allow taking bits out of capability bounding set + * Allow modification of the securebits for a process */ #define CAP_SETPCAP 8 @@ -490,8 +491,6 @@ extern const kernel_cap_t __cap_init_eff_set; int capable(int cap); int __capable(struct task_struct *t, int cap); -extern long cap_prctl_drop(unsigned long cap); - #endif /* __KERNEL__ */ #endif /* !_LINUX_CAPABILITY_H */ -- cgit v1.2.3