From 35ecd12dd9f7f5dd396267e2fd027e7f0636b4f8 Mon Sep 17 00:00:00 2001 From: Marcus Gelderie Date: Wed, 31 Oct 2018 10:57:49 +0100 Subject: [PATCH] capabilities.7: Mention header for SECBIT constants Mention that the named constants (SECBIT_KEEP_CAPS and others) are available only if the linux/securebits.h user-space header is included. Signed-off-by: Michael Kerrisk --- man7/capabilities.7 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man7/capabilities.7 b/man7/capabilities.7 index ba90be15c..785a5611d 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -1514,6 +1514,8 @@ operations. The .B CAP_SETPCAP capability is required to modify the flags. +Note that the named constants are only available after including the + header. .PP The .I securebits