Bug 1285769 - Add sys_get_mempolicy to seccomp whitelist. r=gcp

This commit is contained in:
Julian Hector 2016-07-25 19:37:58 +02:00
parent 1ab18ae903
commit 3236586a67

View File

@ -677,6 +677,9 @@ public:
case __NR_fallocate:
return Allow();
case __NR_get_mempolicy:
return Allow();
#endif // DESKTOP
#ifdef __NR_getrandom