Sandbox/OS X Rule Set: Difference between revisions

Annotated Rules
(Annotated Rules)
Line 136: Line 136:
</pre>
</pre>
||
||
A subset of the rules found in /System/Library/Sandbox/Profiles/system.sb which ships with OS X.
A subset of the rules originally from /System/Library/Sandbox/Profiles/system.sb which ships with OS X.
|-
|
<pre style="border:none;">
  "\n"
  "(if \n"
  "  (or\n"
  "    (< macosMinorVersion 9)\n"
  "    (< sandbox-level 1))\n"
  "  (allow default)\n"</pre>
||
Don't enable any sandbox for Mac OS X 10.8 and earlier OR if the sandbox-level is less than 1. The rest of the policy only applies for 10.9 later when sandbox-level >= 1.
|-
|-
|<pre  style="border:none;">
|<pre  style="border:none;">
202

edits