Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2017 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 enforcement_flags_app="restrict" | |
|
Mark Mentovai
2017/04/25 02:02:25
Maybe provide a little rationale for each of these
Greg K
2017/04/25 18:45:21
Done.
| |
| 6 enforcement_flags_helpers="${enforcement_flags_app},library" | |
| 7 enforcement_flags_tools="${enforcement_flags_helpers},kill" | |
| 8 | |
| 9 requirement_suffix="\ | |
| 10 and (certificate leaf = H\"85cee8254216185620ddc8851c7a9fc4dfe120ef\" or \ | |
| 11 certificate leaf = H\"c9a99324ca3fcb23dbcc36bd5fd4f9753305130a\") \ | |
| 12 " | |
| OLD | NEW |