mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
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:
|
||||
|
||||
Reference in New Issue
Block a user