Fix sandbox

This commit is contained in:
Patrick Walton 2012-08-21 17:20:05 -07:00
parent b10b669575
commit afd9efbe5a

View file

@ -18,9 +18,8 @@
(allow process-exec (allow process-exec
(regex #"/servo$")) (regex #"/servo$"))
(deny process-exec (deny file-write*
(regex #"^/Users/[^/]+/Library/Autosave Information") (regex #"/servo$"))
(subpath "/private/var"))
(allow sysctl-read) (allow sysctl-read)
(allow sysctl-write) (allow sysctl-write)