mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Fix sandbox
This commit is contained in:
parent
b10b669575
commit
afd9efbe5a
1 changed files with 2 additions and 3 deletions
|
@ -18,9 +18,8 @@
|
|||
(allow process-exec
|
||||
(regex #"/servo$"))
|
||||
|
||||
(deny process-exec
|
||||
(regex #"^/Users/[^/]+/Library/Autosave Information")
|
||||
(subpath "/private/var"))
|
||||
(deny file-write*
|
||||
(regex #"/servo$"))
|
||||
|
||||
(allow sysctl-read)
|
||||
(allow sysctl-write)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue