summaryrefslogtreecommitdiffstats
path: root/man2/landlock_create_ruleset.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/landlock_create_ruleset.2')
-rw-r--r--man2/landlock_create_ruleset.216
1 files changed, 8 insertions, 8 deletions
diff --git a/man2/landlock_create_ruleset.2 b/man2/landlock_create_ruleset.2
index e62a3f9b9..bc2afd710 100644
--- a/man2/landlock_create_ruleset.2
+++ b/man2/landlock_create_ruleset.2
@@ -25,11 +25,11 @@ This
.BR landlock_create_ruleset ()
system call enables creating a new file descriptor identifying a ruleset.
This file descriptor can then be used by
-.BR landlock_add_rule (2)
+.MR landlock_add_rule 2
and
-.BR landlock_restrict_self (2).
+.MR landlock_restrict_self 2 .
See
-.BR landlock (7)
+.MR landlock 7
for a global overview.
.P
.I attr
@@ -50,7 +50,7 @@ should then be forbidden if no rule explicitly allows them
(see
.B Filesystem actions
in
-.BR landlock (7)).
+.MR landlock 7 ).
This enables simply restricting ambient rights
(e.g., global filesystem access) and is needed for compatibility reasons.
.P
@@ -117,8 +117,8 @@ Linux.
Linux 5.13.
.SH EXAMPLES
See
-.BR landlock (7).
+.MR landlock 7 .
.SH SEE ALSO
-.BR landlock_add_rule (2),
-.BR landlock_restrict_self (2),
-.BR landlock (7)
+.MR landlock_add_rule 2 ,
+.MR landlock_restrict_self 2 ,
+.MR landlock 7