Home
last modified time | relevance | path

Searched refs:rl_zero (Results 1 – 1 of 1) sorted by relevance

/dragonfly/crypto/openssh/
H A Dsandbox-rlimit.c62 struct rlimit rl_zero; in ssh_sandbox_child() local
64 rl_zero.rlim_cur = rl_zero.rlim_max = 0; in ssh_sandbox_child()
67 if (setrlimit(RLIMIT_FSIZE, &rl_zero) == -1) in ssh_sandbox_child()
72 if (setrlimit(RLIMIT_NOFILE, &rl_zero) == -1) in ssh_sandbox_child()
77 if (setrlimit(RLIMIT_NPROC, &rl_zero) == -1) in ssh_sandbox_child()