Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4973)

Unified Diff: chrome/test/data/safe_browsing/mach_o/README

Issue 2934373002: Record Code Signature of Downloaded DMG files (Closed)
Patch Set: correcting rebase mixup Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/safe_browsing/mach_o/README
diff --git a/chrome/test/data/safe_browsing/mach_o/README b/chrome/test/data/safe_browsing/mach_o/README
index 60b51d11e4102eab3045e9d384122e07f3469f1d..848fb2b42c7ad5e23d2644c10db6278a0feedcee 100644
--- a/chrome/test/data/safe_browsing/mach_o/README
+++ b/chrome/test/data/safe_browsing/mach_o/README
@@ -12,3 +12,8 @@ only ever treated as data.
The `executableppc' file has no Makefile target, as modern Macs cannot build
for PPC. This file was created in a 10.6 VM with Xcode 3.2.6.
+
+Creating the signed binaries requires importing a temporary codesigning
+identity into the current user's keychain. This is because the `codesign -k`
+flag, which specifies a specific keychain file to use, is no longer respected.
+The temporary identity will be removed after the test binary is signed.
« no previous file with comments | « chrome/test/data/safe_browsing/mach_o/Makefile ('k') | chrome/test/data/safe_browsing/mach_o/codesign.keychain » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698