Commit 8d08049
committed
generate/seccomp: Allow Landlock syscalls
Landlock is a Linux feature that enables creating security sandboxes
(see https://docs.kernel.org/userspace-api/landlock.html). Allow the
three related system calls (available since Linux 5.13):
landlock_create_ruleset, landlock_add_rule, and
landlock_restrict_self.
Signed-off-by: Mickaël Salaün <[email protected]>1 parent 0105384 commit 8d08049
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
154 | 157 | | |
155 | 158 | | |
156 | 159 | | |
| |||
0 commit comments