Searched refs:CLONE_NEWUSER (Results 1 – 5 of 5) sorted by relevance
2 pcntl_unshare() with CLONE_NEWUSER9 if (!defined("CLONE_NEWUSER")) die("skip flag unavailable");10 if (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM) {11 die("skip Insufficient privileges to use CLONE_NEWUSER");19 pcntl_unshare(CLONE_NEWUSER);
12 (!defined("CLONE_NEWUSER") ||13 (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {14 die("skip Insufficient privileges for CLONE_NEWUSER");25 pcntl_unshare(CLONE_NEWUSER);
11 (!defined("CLONE_NEWUSER") ||12 (@pcntl_unshare(CLONE_NEWUSER) == false && pcntl_get_last_error() == PCNTL_EPERM))) {13 die("skip Insufficient privileges for CLONE_NEWUSER");25 pcntl_unshare(CLONE_NEWUSER);
755 const CLONE_NEWUSER = UNKNOWN; define
584 #if defined(HAVE_UNSHARE) && defined(CLONE_NEWUSER) in register_pcntl_symbols()585 REGISTER_LONG_CONSTANT("CLONE_NEWUSER", CLONE_NEWUSER, CONST_PERSISTENT); in register_pcntl_symbols()
Completed in 12 milliseconds