Sandbox/OS X Rule Set: Difference between revisions

Glossary
(Annotated Rules)
(Glossary)
Line 25: Line 25:
||
||
Refers to the full path to the home directory of the user. On OS X this is /Users/<username>.
Refers to the full path to the home directory of the user. On OS X this is /Users/<username>.
|-
| [^/]+
||
This is used in some of the regular expressions. [^/] matches a single character that is not a '/'. [^/]+ Matches 1 or more non-slash characters.
|}
|}


202

edits