Home
last modified time | relevance | path

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

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