mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1285769 - Add sys_get_mempolicy to seccomp whitelist. r=gcp
This commit is contained in:
parent
1ab18ae903
commit
3236586a67
@ -677,6 +677,9 @@ public:
|
||||
case __NR_fallocate:
|
||||
return Allow();
|
||||
|
||||
case __NR_get_mempolicy:
|
||||
return Allow();
|
||||
|
||||
#endif // DESKTOP
|
||||
|
||||
#ifdef __NR_getrandom
|
||||
|
Loading…
Reference in New Issue
Block a user