diff options
| author | Mickaël Salaün <mic@linux.microsoft.com> | 2022-01-19 15:21:15 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-05-10 16:24:39 +0200 |
| commit | 8d7b3b6714cdbd8094249db5679c08af0dbee351 (patch) | |
| tree | eeacce1452ccc7a2dc4d46ae16b4e8613f271d6f /pkg | |
| parent | 7f7d13d9e9b8d5df41751505d791aa78d4ff6702 (diff) | |
sys/linux/test: add landlock_fs_reparent
This test covers linking, renaming and exchanging (RENAME_EXCHANGE) checks
handled in security/landlock/fs.c .
Signed-off-by: Mickaël Salaün <mic@linux.microsoft.com>
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/runtest/run.go | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
