Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
deb1e19a
Commit
deb1e19a
authored
May 17, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CHANGELOG] Cleanup last addition regarding sandbox.
parent
2ae7d8c6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
CHANGELOG.md
CHANGELOG.md
+7
-6
No files found.
CHANGELOG.md
View file @
deb1e19a
...
@@ -10,8 +10,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -10,8 +10,9 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
[
#939
](
https://github.com/CocoaPods/CocoaPods/issues/939
)
[
#939
](
https://github.com/CocoaPods/CocoaPods/issues/939
)
Let’s face it, even though we have a great community that spends an amazing
Let’s face it, even though we have a great community that spends an amazing
amount of time in curating the specifications, the internet can be a hostile
amount of time on curating the specifications, the internet can be a hostile
place and the community is growing too large to still take a naive approach.
place and the community is growing too large to take a naive approach any
longer.
As such, we have started leveraging OS X’s sandbox facilities to disallow
As such, we have started leveraging OS X’s sandbox facilities to disallow
unsanctioned operations. This is still very experimental and therefore has to
unsanctioned operations. This is still very experimental and therefore has to
...
@@ -22,14 +23,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
...
@@ -22,14 +23,14 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
$ sandbox-pod install
$ sandbox-pod install
In case of issues,
check
`/var/log/system.log`
for ‘deny’ messages. For
In case of issues,
be sure to check
`/var/log/system.log`
for ‘deny’ messages.
instance, here’s an example where the sandbox denies read access to
`/`
:
For
instance, here’s an example where the sandbox denies read access to
`/`
:
May 16 00:23:35 Khaos kernel[0]: Sandbox: ruby(98430) deny file-read-data /
May 16 00:23:35 Khaos kernel[0]: Sandbox: ruby(98430) deny file-read-data /
**NOTE**
: The above example is actually one that we know of. We’re not sure
**NOTE**
:
_
The above example is actually one that we know of. We’re not sure
yet which process causes this, but there shouldn’t be a need for any process
yet which process causes this, but there shouldn’t be a need for any process
to read data from the root path anyways.
to read data from the root path anyways.
_
*
Documentation generation has been removed from CocoaPods as it graduated
*
Documentation generation has been removed from CocoaPods as it graduated
to CocoaDocs. This decision was taken because CocoaDocs is a much better
to CocoaDocs. This decision was taken because CocoaDocs is a much better
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment