kernel-hacking-2024-linux-s.../security/landlock
Günther Noack f4b89d8ce5
landlock: Various documentation improvements
* Fix some typos, incomplete or confusing phrases.
* Split paragraphs where appropriate.
* List the same error code multiple times,
  if it has multiple possible causes.
* Bring wording closer to the man page wording,
  which has undergone more thorough review
  (esp. for LANDLOCK_ACCESS_FS_WRITE_FILE).
* Small semantic clarifications
  * Call the ephemeral port range "ephemeral"
  * Clarify reasons for EFAULT in landlock_add_rule()
  * Clarify @rule_type doc for landlock_add_rule()

This is a collection of small fixes which I collected when preparing the
corresponding man pages [1].

Cc: Alejandro Colomar <alx@kernel.org>
Cc: Konstantin Meskhidze <konstantin.meskhidze@huawei.com>
Link: https://lore.kernel.org/r/20240715155554.2791018-1-gnoack@google.com [1]
Signed-off-by: Günther Noack <gnoack@google.com>
Link: https://lore.kernel.org/r/20240715160328.2792835-2-gnoack@google.com
[mic: Add label to link, fix formatting spotted by make htmldocs,
synchronize userspace-api documentation's date]
Signed-off-by: Mickaël Salaün <mic@digikod.net>
2024-07-18 08:27:47 +02:00
..
.kunitconfig
common.h
cred.c
cred.h
fs.c landlock: Fix d_parent walk 2024-05-31 16:41:52 +02:00
fs.h
Kconfig
limits.h landlock: Use bit-fields for storing handled layer access masks 2024-07-08 10:51:10 +02:00
Makefile
net.c
net.h
object.c
object.h
ruleset.c landlock: Use bit-fields for storing handled layer access masks 2024-07-08 10:51:10 +02:00
ruleset.h landlock: Use bit-fields for storing handled layer access masks 2024-07-08 10:51:10 +02:00
setup.c
setup.h
syscalls.c landlock: Various documentation improvements 2024-07-18 08:27:47 +02:00
task.c
task.h