seccomp: kernel 5.13 (landlock_{add_rule,create_ruleset,restrict_self})
Allow the following syscalls by default: - `landlock_add_rule` - `landlock_create_ruleset` - `landlock_restrict_self` See https://landlock.io/ Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
		| @@ -184,6 +184,9 @@ func DefaultProfile(sp *specs.Spec) *specs.LinuxSeccomp { | |||||||
| 				"io_uring_setup", | 				"io_uring_setup", | ||||||
| 				"ipc", | 				"ipc", | ||||||
| 				"kill", | 				"kill", | ||||||
|  | 				"landlock_add_rule", | ||||||
|  | 				"landlock_create_ruleset", | ||||||
|  | 				"landlock_restrict_self", | ||||||
| 				"lchown", | 				"lchown", | ||||||
| 				"lchown32", | 				"lchown32", | ||||||
| 				"lgetxattr", | 				"lgetxattr", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Akihiro Suda
					Akihiro Suda