Commit e3b2ae8
wrap the privileged helper executable identifier string in quotes
The browser's Info.plist contains the bundle id of the updater's
privileged helper; in cases where the bundle id contains
non-alphanumeric non-period characters (e.g. a hyphen) it must be
enclosed by double quotes - otherwise the browser cannot launch the
privileged helper. This adds the required quotes.
See documentation here:
https://developer.apple.com/library/archive/documentation/Security/Conceptual/CodeSigningGuide/RequirementLang/RequirementLang.html
Change-Id: I429e15cae2659324496da5a62ea4154e89eb5506
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7168963
Reviewed-by: Mark Mentovai <[email protected]>
Commit-Queue: Joshua Pawlicki <[email protected]>
Reviewed-by: Joshua Pawlicki <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1548372}
NOKEYCHECK=True
GitOrigin-RevId: accf9ff7d8a27c96102f2a69d09695d86d588b551 parent c46435f commit e3b2ae8
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
192 | 198 | | |
193 | 199 | | |
194 | 200 | | |
| |||
248 | 254 | | |
249 | 255 | | |
250 | 256 | | |
251 | | - | |
| 257 | + | |
252 | 258 | | |
253 | 259 | | |
254 | 260 | | |
| |||
415 | 421 | | |
416 | 422 | | |
417 | 423 | | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
418 | 427 | | |
419 | 428 | | |
420 | 429 | | |
| |||
432 | 441 | | |
433 | 442 | | |
434 | 443 | | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
435 | 448 | | |
436 | 449 | | |
437 | 450 | | |
| |||
0 commit comments