sandbox: allow certain processes running without sandbox
This commit is contained in:
parent
10ab92114e
commit
a0372e97d8
@ -152,6 +152,10 @@ class Sandbox
|
|||||||
(regex #"^/dev/ttys?[0-9]*$")
|
(regex #"^/dev/ttys?[0-9]*$")
|
||||||
)
|
)
|
||||||
(deny file-write*) ; deny non-whitelist file write operations
|
(deny file-write*) ; deny non-whitelist file write operations
|
||||||
|
(allow process-exec
|
||||||
|
(literal "/bin/ps")
|
||||||
|
(with no-sandbox)
|
||||||
|
) ; allow certain processes running without sandbox
|
||||||
(allow default) ; allow everything else
|
(allow default) ; allow everything else
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user