Searched refs:cansandbox (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A Dtcpdump.c789 int cansandbox; local
1693 cansandbox = (nflag && VFileName == NULL && zflag == NULL);
1694 if (cansandbox && cap_enter() < 0 && errno != ENOSYS)

Completed in 158 milliseconds