mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 13:21:28 +00:00
Bug 1286527 - Add sys_semop to seccomp whitelist. r=gcp
This commit is contained in:
parent
a6c28f48e6
commit
c58d37220b
@ -467,6 +467,7 @@ public:
|
||||
case SHMDT:
|
||||
case SEMGET:
|
||||
case SEMCTL:
|
||||
case SEMOP:
|
||||
return Some(Allow());
|
||||
default:
|
||||
return SandboxPolicyCommon::EvaluateIpcCall(aCall);
|
||||
|
Loading…
x
Reference in New Issue
Block a user