]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
uapi: fix broken link in linux/capability.h
authorAriel Otilibili <ariel.otilibili-anieli@eurecom.fr>
Wed, 2 Jul 2025 10:00:21 +0000 (12:00 +0200)
committerSerge Hallyn <sergeh@kernel.org>
Sat, 5 Jul 2025 00:21:53 +0000 (19:21 -0500)
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 <ariel.otilibili-anieli@eurecom.fr>
Acked-by: Andrew G. Morgan <morgan@kernel.org>
Reviewed-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Serge Hallyn <sergeh@kernel.org>
include/uapi/linux/capability.h

index 2e21b5594f81313e8e17aeeb98a09f098355515f..ea5a0899ecf02ce39fb4d7f02f453e2bb021d72f 100644 (file)
@@ -6,9 +6,10 @@
  * Alexander Kjeldaas <astor@guardian.no>
  * with help from Aleph1, Roland Buresund and Andrew Main.
  *
- * See here for the libcap library ("POSIX draft" compliance):
+ * See here for the libcap2 library (compliant with Section 25 of
+ * the withdrawn POSIX 1003.1e Draft 17):
  *
- * ftp://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/
+ * https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/
  */
 
 #ifndef _UAPI_LINUX_CAPABILITY_H