Searched refs:CONSTRAINT_PASSFD (Results 1 – 2 of 2) sorted by relevance
90 #define CONSTRAINT_PASSFD (STDERR_FILENO + 1) macro92 #define PARENT_SOCK_FILENO CONSTRAINT_PASSFD
403 cstr.fd = CONSTRAINT_PASSFD; in priv_constraint_child()422 (void)closefrom(CONSTRAINT_PASSFD + 1); in priv_constraint_child()430 if (fcntl(CONSTRAINT_PASSFD, F_SETFD, FD_CLOEXEC) == -1) in priv_constraint_child()