[PATCH v1 0/4] Add Landlock man pages
From: Mickaël Salaün
Date: Tue Jul 06 2021 - 14:23:12 EST
From: Mickaël Salaün <mic@xxxxxxxxxxxxxxxxxxx>
Hi,
These four documents give a global overview of Landlock and explain each
system calls. This is mainly a formatting of the current kernel
documentation with some new additional details.
Regards,
Mickaël Salaün (4):
landlock.7: Add a new page to introduce Landlock
landlock_create_ruleset.2: Document new syscall
landlock_add_rule.2: Document new syscall
landlock_restrict_self.2: Document new syscall
man2/landlock_add_rule.2 | 139 +++++++++++++
man2/landlock_create_ruleset.2 | 134 +++++++++++++
man2/landlock_restrict_self.2 | 125 ++++++++++++
man7/landlock.7 | 354 +++++++++++++++++++++++++++++++++
4 files changed, 752 insertions(+)
create mode 100644 man2/landlock_add_rule.2
create mode 100644 man2/landlock_create_ruleset.2
create mode 100644 man2/landlock_restrict_self.2
create mode 100644 man7/landlock.7
base-commit: 33248cfe50ebb8762208e7ef3264676dad71b016
--
2.32.0