OLD | NEW |
---|---|
1 # Changes to IPCs require a security review to avoid introducing | 1 # Changes to IPCs require a security review to avoid introducing |
2 # new sandbox escapes. | 2 # new sandbox escapes. |
3 set noparent | 3 set noparent |
4 dcheng@chromium.org | 4 file://ipc/SECURITY_OWNERS |
sandersd (OOO until July 31)
2016/09/16 21:54:13
I don't see any mention of these changes in the CL
hubbe
2016/09/21 22:04:26
presubmit complained about this, so I fixed it the
sandersd (OOO until July 31)
2016/09/23 00:33:50
Is your version more correct than the current cont
| |
5 inferno@chromium.org | 5 |
6 jln@chromium.org | 6 # The following lines are redundant, they're just to silence the presubmit |
7 jschuh@chromium.org | 7 per-file *_messages*.h=set noparent |
8 kenrb@chromium.org | 8 per-file *_messages*.h=file://ipc/SECURITY_OWNERS |
9 mkwst@chromium.org | 9 per-file *.mojom=set noparent |
10 nasko@chromium.org | 10 per-file *.mojom=file://ipc/SECURITY_OWNERS |
11 palmer@chromium.org | 11 per-file *_param_traits*.*=set noparent |
12 tsepez@chromium.org | 12 per-file *_param_traits*.*=file://ipc/SECURITY_OWNERS |
13 wfh@chromium.org | 13 per-file *_struct_traits*.*=set noparent |
14 per-file *_struct_traits*.*=file://ipc/SECURITY_OWNERS | |
15 | |
OLD | NEW |