mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
base-linux: permit rt_sigreturn on 64-bit ARM
This commit is contained in:
committed by
Christian Helmuth
parent
ab9b75236d
commit
813731a1e0
Binary file not shown.
@@ -205,6 +205,9 @@ class Filter
|
||||
_add_allow_rule(SCMP_SYS(mmap));
|
||||
_add_allow_rule(SCMP_SYS(cacheflush));
|
||||
_add_allow_rule(SCMP_SYS(sigreturn));
|
||||
|
||||
/* returning from signal handlers is safe */
|
||||
_add_allow_rule(SCMP_SYS(rt_sigreturn));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user