mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
parent
18b26ff595
commit
9b6cc75f1c
Binary file not shown.
@ -167,6 +167,9 @@ class Filter
|
||||
|
||||
/* returning from signal handlers is safe */
|
||||
_add_allow_rule(SCMP_SYS(rt_sigreturn));
|
||||
|
||||
/* restarting syscalls is safe (can occur when debugging with GDB) */
|
||||
_add_allow_rule(SCMP_SYS(restart_syscall));
|
||||
}
|
||||
break;
|
||||
case SCMP_ARCH_ARM:
|
||||
|
Loading…
Reference in New Issue
Block a user