Commit Graph

11 Commits

Author SHA1 Message Date
Adel Aly
db6aa2c9f7
Get rid of zombie processes
Sleep is in seconds not milliseconds.
This long sleep in the tests creates a zombie process that lives on and has to be killed manually. 10 seconds should be more than enough for the test as real time is 3seconds.
2020-06-14 19:15:21 -04:00
virusdefender
be90480732 allow clock_gettime syscall 2019-07-27 17:11:06 +08:00
virusdefender
821fc4a252 add execveat to black list 2017-12-20 21:17:55 +08:00
zema1
e15806026b simplify write_file_openat.c 2017-08-30 08:46:48 +08:00
zema1
850040e21d add openat seccomp rule 2017-08-30 08:38:16 +08:00
zemal
be9d4d04e7 fix a bug in logger; fix test warnings 2017-08-17 11:04:42 +08:00
virusdefender
6f2126c50b do not allow open with write permission 2017-05-28 16:44:08 +08:00
LiYang
cb9f0ab4c1 add sysinfo to syscall whitelist 2017-05-22 23:27:03 +08:00
virusdefender
3f60f3bb00 add support for writev sys call 2017-05-22 10:49:10 +08:00
virusdefender
099ec07db7 add stack size limit 2017-05-06 12:16:58 +08:00
LiYang
db099f584c 重构测试结构 2016-10-24 23:01:55 +08:00