WebContext.addPathToSandbox

Adds a path to be mounted in the sandbox.

path must exist before any web process has been created. It is a fatal error to add paths after a web process has been spawned.

Paths under /sys, /proc, and /dev are invalid. Attempting to add all of / is not valid. Since 2.40, adding the user's entire home directory or /home is also not valid.

See also webkit_web_context_set_sandbox_enabled()

class WebContext
void
addPathToSandbox
(
string path
,)

Parameters

path string

an absolute path to mount in the sandbox

readOnly bool

if true the path will be read-only