Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsandbox-seccomp-filter.c492 struct rlimit rl_zero, rl_one = {.rlim_cur = 1, .rlim_max = 1}; in ssh_sandbox_child() local
504 if (setrlimit(RLIMIT_NOFILE, &rl_one) == -1) in ssh_sandbox_child()