[PATCH v2 0/1] uapi: fix broken link in linux/capability.h

Ariel Otilibili ariel.otilibili-anieli at eurecom.fr
Wed Jul 2 10:00:20 UTC 2025


Hello,

This patch fixes a broken link to the libcap library. The old link is outdated:

> $ curl "https://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/"
>
> <html>
> <head><title>Index of /pub/linux/libs/security/linux-privs/kernel-2.6/</title></head>
> <body>
> <h1>Index of /pub/linux/libs/security/linux-privs/kernel-2.6/</h1><hr><pre><a href="../">../</a>
> </pre><hr></body>
> </html>

Moreover the patch gives the full reference of the compliance with POSIX.

The README of libcap2 says it is based on Draft 15 [1]; but, as far as I could see, only copies of Draft 17 exist online [2, 3].

Your feedback is much appreciated,
Ariel

[1] https://git.kernel.org/pub/scm/libs/libcap/libcap.git/tree/README
[2] https://drive.google.com/file/d/16yTUA10JLyi6zKky9_KBu7P8FpZrprl3/view?usp=sharing
[3] https://simson.net/ref/1997/posix_1003.1e-990310.pdf
---
v2:
* reworded commit log (Paul Moore)
* reworded cover letter

v1 (https://lore.kernel.org/all/20250629120301.1702897-1-ariel.otilibili-anieli@eurecom.fr)

Ariel Otilibili (1):
  uapi: fix broken link in linux/capability.h

 include/uapi/linux/capability.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-- 
2.34.1




More information about the Linux-security-module-archive mailing list