Commit 2abaabf
committed
seccomp: add missing syscall to tests whitelist
In the seccomp tests the action for non-whitelisted syscalls is
SeccompAction::Errno. With the updated version of Rust a new
syscall is called when running the tests (SYS_futex). Because we
are returning an error for non-whitelisted syscalls, the tests
were hanging as the futex would never be executed successfuly.
Added SYS_futex to the syscall list.
Signed-off-by: Andreea Florescu <[email protected]>1 parent 8412d6f commit 2abaabf
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
950 | 950 | | |
951 | 951 | | |
952 | 952 | | |
953 | | - | |
954 | 953 | | |
955 | 954 | | |
956 | 955 | | |
| |||
1152 | 1151 | | |
1153 | 1152 | | |
1154 | 1153 | | |
1155 | | - | |
| 1154 | + | |
1156 | 1155 | | |
1157 | 1156 | | |
1158 | 1157 | | |
1159 | 1158 | | |
1160 | 1159 | | |
| 1160 | + | |
1161 | 1161 | | |
1162 | 1162 | | |
1163 | 1163 | | |
| |||
0 commit comments