diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-01-08 12:29:32 -0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-01-08 12:29:32 -0800 |
commit | a7cc274e2fa2f4cd73ab3245ca2e38c7ffd47293 (patch) | |
tree | 3a27d663a2d7d97081beaca5c71bb4d6e8739566 /source/blog/2015-10-03-we-need-an-os-x-security-white-paper.md | |
parent | 6053d313ce3abe876c7d05574effab438ce5e410 (diff) | |
download | my_new_personal_website-a7cc274e2fa2f4cd73ab3245ca2e38c7ffd47293.tar.xz my_new_personal_website-a7cc274e2fa2f4cd73ab3245ca2e38c7ffd47293.zip |
Markdown source files: Revert YAML closing line from ... to ---
GFM doesn't support closing with ..., and the rendered results are less
than satisfactory.
Diffstat (limited to '')
-rw-r--r-- | source/blog/2015-10-03-we-need-an-os-x-security-white-paper.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blog/2015-10-03-we-need-an-os-x-security-white-paper.md b/source/blog/2015-10-03-we-need-an-os-x-security-white-paper.md index da0e87c9..f9060440 100644 --- a/source/blog/2015-10-03-we-need-an-os-x-security-white-paper.md +++ b/source/blog/2015-10-03-we-need-an-os-x-security-white-paper.md @@ -2,7 +2,7 @@ title: "We need an OS X security white paper" date: 2015-10-03T03:34:24-07:00 date_display: October 3, 2015 -... +--- Apple has been offering an excellent [iOS Security White Paper](https://www.apple.com/privacy/docs/iOS_Security_Guide.pdf) since at least 2012, and it's very informative. I highly encourage everyone to read it. It even explains some annoyances of iOS; for instance, [this week's Upgrade episode](http://www.relay.fm/upgrade/56) discussed, [in Gruber's words](https://daringfireball.net/linked/2015/10/01/upgrade-56), "the lousy, painstaking, and at times downright confusing experience of migrating to a new iOS device", and once you read the white paper you'll realize that many things just can't be migrated due to iOS's hardware security model — basically, certain classes of data are encrypted with crypto keys baked into the silicon (see the section "Hardware security features"). I'm not saying the migration experience should be this painful (I would love to see it fixed or improved), but at least there's an explanation.[^migration] |