Creates a [Minijail] instance which just changes the root using pivot_root(2) path and
max_open_files
using RLIMIT_NOFILE
.
Creates a [Minijail] instance which just invokes a jail process and sets
max_open_files
using RLIMIT_NOFILE
. This is helpful with crosvm process
runs as a non-root user without SYS_ADMIN capabilities.
Creates [Minijail] for gpu processes.
Creates a [Minijail] instance which creates a sandbox.
Selectively bind mount drm nodes into jail
based on render_node_only
Mirror-mount all the directories in dirs
into jail
on a best-effort basis.
Mount proc in the sandbox.
Set the seccomp policy for a jail from embedded bpfs
Creates a basic [Minijail] if jail_config
is present.