Skip to content

Commit cdd73b1

Browse files
Ariel OtilibiliSerge Hallyn
authored andcommitted
uapi: fix broken link in linux/capability.h
The link to the libcap library is outdated. Instead, use a link to the libcap2 library. As well, give the complete reference of the POSIX compliance. Signed-off-by: Ariel Otilibili <[email protected]> Acked-by: Andrew G. Morgan <[email protected]> Reviewed-by: Paul Moore <[email protected]> Signed-off-by: Serge Hallyn <[email protected]>
1 parent 337490f commit cdd73b1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

include/uapi/linux/capability.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
* Alexander Kjeldaas <[email protected]>
77
* with help from Aleph1, Roland Buresund and Andrew Main.
88
*
9-
* See here for the libcap library ("POSIX draft" compliance):
9+
* See here for the libcap2 library (compliant with Section 25 of
10+
* the withdrawn POSIX 1003.1e Draft 17):
1011
*
11-
* ftp://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/
12+
* https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/
1213
*/
1314

1415
#ifndef _UAPI_LINUX_CAPABILITY_H

0 commit comments

Comments
 (0)