mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Don't allow processes to be executed inside /private/var or Autosave Info
This commit is contained in:
parent
90b59b1f50
commit
b10b669575
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@
|
|||
(allow process-exec
|
||||
(regex #"/servo$"))
|
||||
|
||||
(deny process-exec
|
||||
(regex #"^/Users/[^/]+/Library/Autosave Information")
|
||||
(subpath "/private/var"))
|
||||
|
||||
(allow sysctl-read)
|
||||
(allow sysctl-write)
|
||||
(allow ipc-posix-shm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue