Commit 9919f3aa authored by Eloy Durán's avatar Eloy Durán

[Sandbox] Add note about tailing system.log

parent 8561830d
...@@ -7,6 +7,11 @@ ...@@ -7,6 +7,11 @@
# given command through `/usr/bin/sandbox-exec`. This profile format is an # given command through `/usr/bin/sandbox-exec`. This profile format is an
# undocumented format, which uses TinyScheme to implement its DSL. # undocumented format, which uses TinyScheme to implement its DSL.
# #
# Even though it uses a undocumented format, it’s actually very self-explanatory.
# Because we use a whitelist approach, `(deny default)`, any action that is
# denied is logged to `/var/log/system.log`. So tailing that should provide
# enough information on steps that need to be take to get something to work.
#
# For more information see: # For more information see:
# #
# * https://github.com/CocoaPods/CocoaPods/issues/939 # * https://github.com/CocoaPods/CocoaPods/issues/939
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment