Searched refs:CLONE_NEWPID (Results 1 – 4 of 4) sorted by relevance
2 pcntl_unshare() with CLONE_NEWPID9 if (!defined("CLONE_NEWPID")) die("skip flag unavailable");16 if (@pcntl_unshare(CLONE_NEWPID) == false && pcntl_get_last_error() == PCNTL_EPERM) {17 die("skip Insufficient privileges for CLONE_NEWPID");29 pcntl_unshare(CLONE_NEWPID);
16 die("skip Insufficient privileges for CLONE_NEWPID");
649 const CLONE_NEWPID = UNKNOWN; define
472 #if defined(HAVE_UNSHARE) && defined(CLONE_NEWPID) in register_pcntl_symbols()473 REGISTER_LONG_CONSTANT("CLONE_NEWPID", CLONE_NEWPID, CONST_PERSISTENT); in register_pcntl_symbols()
Completed in 9 milliseconds