Home
last modified time | relevance | path

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

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