From 8d7b3b6714cdbd8094249db5679c08af0dbee351 Mon Sep 17 00:00:00 2001 From: Mickaël Salaün Date: Wed, 19 Jan 2022 15:21:15 +0100 Subject: sys/linux/test: add landlock_fs_reparent MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test covers linking, renaming and exchanging (RENAME_EXCHANGE) checks handled in security/landlock/fs.c . Signed-off-by: Mickaël Salaün --- pkg/runtest/run.go | 1 + 1 file changed, 1 insertion(+) (limited to 'pkg') diff --git a/pkg/runtest/run.go b/pkg/runtest/run.go index 87634a3dc..c040f3481 100644 --- a/pkg/runtest/run.go +++ b/pkg/runtest/run.go @@ -299,6 +299,7 @@ func parseProg(target *prog.Target, dir, filename string) (*prog.Prog, map[strin "ENOMEM": 12, "EACCES": 13, "EFAULT": 14, + "EXDEV": 18, "EINVAL": 22, "ENOTTY": 25, "EOPNOTSUPP": 95, -- cgit mrf-deployment