diff options
Diffstat (limited to 'man7/landlock.7')
-rw-r--r-- | man7/landlock.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man7/landlock.7 b/man7/landlock.7 index 2b9c2f957c..0818b4bf94 100644 --- a/man7/landlock.7 +++ b/man7/landlock.7 @@ -23,13 +23,13 @@ A Landlock security policy is a set of access rights tied to a file hierarchy. Such policy can be configured and enforced by processes for themselves using three system calls: -.IP \(bu 2 +.IP \[bu] 2 .BR landlock_create_ruleset (2) creates a new ruleset; -.IP \(bu +.IP \[bu] .BR landlock_add_rule (2) adds a new rule to a ruleset; -.IP \(bu +.IP \[bu] .BR landlock_restrict_self (2) enforces a ruleset on the calling thread. .PP |