summaryrefslogtreecommitdiff
path: root/libcap/include
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2008-04-28 23:00:40 -0700
committerAndrew G. Morgan <morgan@kernel.org>2008-04-28 23:08:08 -0700
commitbbff35aed9d6e1b4817312bd6b131a9ac4e42f55 (patch)
treefbe7c604156fda64ce713e9ce538b430d0323284 /libcap/include
parentf3747777bfef0789071edfaf8186f2eb0a42aa96 (diff)
downloadlibcap2-bbff35aed9d6e1b4817312bd6b131a9ac4e42f55.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/include')
-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 */