seccomp: add support for Landlock syscalls in default policy
@@ -183,6 +183,9 @@
"io_uring_setup",
"ipc",
"kill",
+ "landlock_add_rule",
+ "landlock_create_ruleset",
+ "landlock_restrict_self",
"lchown",
"lchown32",
"lgetxattr",
@@ -175,6 +175,9 @@ func DefaultProfile() *Seccomp {