mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-18 21:27:56 +00:00
base-linux: permit rt_sigreturn on 64-bit ARM
This commit is contained in:
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(mmap));
|
||||||
_add_allow_rule(SCMP_SYS(cacheflush));
|
_add_allow_rule(SCMP_SYS(cacheflush));
|
||||||
_add_allow_rule(SCMP_SYS(sigreturn));
|
_add_allow_rule(SCMP_SYS(sigreturn));
|
||||||
|
|
||||||
|
/* returning from signal handlers is safe */
|
||||||
|
_add_allow_rule(SCMP_SYS(rt_sigreturn));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user