Searched refs:PR_SET_NO_NEW_PRIVS (Results 1 – 3 of 3) sorted by relevance
73 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in Java_libcore_java_io_FileTest_installSeccompFilter()
436 #if defined(PR_SET_NO_NEW_PRIVS) in OsConstants_initConstants()437 initConstant(env, c, "PR_SET_NO_NEW_PRIVS", PR_SET_NO_NEW_PRIVS); in OsConstants_initConstants()
437 public static final int PR_SET_NO_NEW_PRIVS = placeholder(); field in OsConstants