landlock.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] Add Landlock man pages
@ 2021-08-18 15:59 Mickaël Salaün
  2021-08-18 15:59 ` [PATCH v4 1/4] landlock.7: Add a new page to introduce Landlock Mickaël Salaün
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Mickaël Salaün @ 2021-08-18 15:59 UTC (permalink / raw)
  To: Alejandro Colomar, G . Branden Robinson, Michael Kerrisk
  Cc: Mickaël Salaün, Jann Horn, Jonathan Corbet, Kees Cook,
	Vincent Dagonneau, landlock, linux-man, linux-security-module,
	Mickaël Salaün

From: Mickaël Salaün <mic@linux.microsoft.com>

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.

This fourth patch series fixes spelling issues pointed out by Alejandro
Colomar and Branden Robinson.  I also removed some recipients.

This patch series can be found in a Git repository:
https://github.com/landlock-lsm/man-pages/commits/landlock-v4

Previous version:
https://lore.kernel.org/landlock/20210730144116.332091-1-mic@digikod.net/

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       | 144 +++++++++++++
 man2/landlock_create_ruleset.2 | 139 +++++++++++++
 man2/landlock_restrict_self.2  | 133 ++++++++++++
 man7/landlock.7                | 361 +++++++++++++++++++++++++++++++++
 4 files changed, 777 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: 7127973e0c8ca36fda1f5d2d0adae04d61fa0d01
-- 
2.32.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-11-03 15:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-18 15:59 [PATCH v4 0/4] Add Landlock man pages Mickaël Salaün
2021-08-18 15:59 ` [PATCH v4 1/4] landlock.7: Add a new page to introduce Landlock Mickaël Salaün
2021-08-18 15:59 ` [PATCH v4 2/4] landlock_create_ruleset.2: Document new syscall Mickaël Salaün
2021-08-18 15:59 ` [PATCH v4 3/4] landlock_add_rule.2: " Mickaël Salaün
2021-08-18 15:59 ` [PATCH v4 4/4] landlock_restrict_self.2: " Mickaël Salaün
2021-11-03 12:07 ` [PATCH v4 0/4] Add Landlock man pages Mickaël Salaün
2021-11-03 14:17   ` Alejandro Colomar (man-pages)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).