aboutsummaryrefslogtreecommitdiff
path: root/libcap
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2008-04-28 23:00:40 -0700
committerJorge Lucangeli Obes <jorgelo@google.com>2015-09-03 14:13:03 -0700
commitbb286f00b4adffbb15db7bb288bdaca830cbb0b8 (patch)
treefbe7c604156fda64ce713e9ce538b430d0323284 /libcap
parent333983e4bdcb7efa3497ef006d304642a8689c58 (diff)
downloadlibcap-bb286f00b4adffbb15db7bb288bdaca830cbb0b8.tar.gz
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 <morgan@kernel.org>
Diffstat (limited to 'libcap')
-rw-r--r--libcap/include/linux/capability.h3
1 files changed, 1 insertions, 2 deletions
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 */