Chromium Code Reviews

Unified Diff: components/arc/common/OWNERS

Issue 2070483002: Add PRESUBMIT rule to make sure IPC changes are security reviewed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update OWNERS and add Blink-specific patterns Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/arc/common/OWNERS
diff --git a/components/arc/common/OWNERS b/components/arc/common/OWNERS
index 93014cd99d6af8fd0293424cfb881291d7b7980e..f7d3f8671b1f437dc6825ebd8c898b5943738a65 100644
--- a/components/arc/common/OWNERS
+++ b/components/arc/common/OWNERS
@@ -1,9 +1,2 @@
- # Changes to mojo interfaces require a security review to avoid introducing
- # new sandbox escapes.
per-file *.mojom=set noparent
- per-file *.mojom=dcheng@chromium.org
- per-file *.mojom=jschuh@chromium.org
- per-file *.mojom=kerrnel@chromium.org
- per-file *.mojom=mdempsky@chromium.org
- per-file *.mojom=rickyz@chromium.org
- per-file *.mojom=tsepez@chromium.org
+ per-file *.mojom=file://ipc/SECURITY_OWNERS

Powered by Google App Engine