Module fork
jail
0.1.0
Module fork
Structs
Functions
In crate jail
Modules
config
fork
helpers
Structs
JailConfig
SandboxConfig
ScopedMinijail
Enums
RunAsUser
Constants
MAX_OPEN_FILES_DEFAULT
MAX_OPEN_FILES_FOR_JAIL_WARDEN
Functions
create_base_minijail
create_base_minijail_without_pivot_root
create_default_minijail
create_gpu_minijail
create_sandbox_minijail
jail_mount_bind_drm
jail_mount_bind_if_exists
mount_proc
set_embedded_bpf_program
simple_jail
?
Settings
Module
jail
::
fork
Copy item path
source
·
[
−
]
Expand description
Provides
fork_process
to fork a process.
Structs
§
Child
Child represents the forked process.
Functions
§
fork_process
Forks this process using [Minijail] and calls a closure in the new process.