Commit 2896480
committed
Remove seccomp advanced rule for clock_gettime
VDSO overrides this syscall in userspace,
on most platforms, esentially bypassing seccomp.
To keep Firecracker working on targets that don't provide
this function in vdso, we need to allow it via seccomp.
Signed-off-by: alindima <[email protected]>1 parent 74a5731 commit 2896480
1 file changed
+4
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
46 | 40 | | |
47 | 41 | | |
48 | 42 | | |
| |||
0 commit comments