Chromium Code Reviews| Index: chrome/installer/mac/sign_app.sh.in |
| diff --git a/chrome/installer/mac/sign_app.sh.in b/chrome/installer/mac/sign_app.sh.in |
| index 7a0277274c1c130870ec354be402e57c922db026..c5118ab23d49d3999fcb841375a0b39e7ae89ab8 100644 |
| --- a/chrome/installer/mac/sign_app.sh.in |
| +++ b/chrome/installer/mac/sign_app.sh.in |
| @@ -48,7 +48,8 @@ helper_app="${versioned_dir}/@MAC_PRODUCT_NAME@ Helper.app" |
| requirement_string="\ |
| designated => \ |
| (identifier \"com.google.Chrome\" or identifier \"com.google.Chrome.canary\") \ |
| -and certificate leaf = H\"85cee8254216185620ddc8851c7a9fc4dfe120ef\"\ |
| +and (certificate leaf = H\"85cee8254216185620ddc8851c7a9fc4dfe120ef\" or \ |
| +certificate leaf = H\"34f0bdf7f87d4f3a955862c351472e52250e4c2b\") \ |
|
Mark Mentovai
2017/03/01 22:00:31
I will double-check this later.
Greg K
2017/03/02 01:28:27
Acknowledged.
|
| " |
| enforcement_flags="restrict" |