Skip to content

Commit 9f06ec3

Browse files
committed
forgot comma
Signed-off-by: Clinton Bowen <clinton.bowen@gmail.com>
1 parent 190fa92 commit 9f06ec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

seccomp/default_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func DefaultProfile() *Seccomp {
283283
"rename",
284284
"renameat",
285285
"renameat2",
286-
"request_key"
286+
"request_key",
287287
"restart_syscall",
288288
"riscv_hwprobe", // kernel v6.12, libseccomp v2.6.0
289289
"rmdir",

0 commit comments

Comments
 (0)