Searched refs:PR_SET_NO_NEW_PRIVS (Results 1 – 5 of 5) sorted by relevance
77 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0); in Java_libcore_java_io_FileTest_installSeccompFilter()
931 public static final int PR_SET_NO_NEW_PRIVS; field in OsConstants932 static { PR_SET_NO_NEW_PRIVS = 0; }
452 #if defined(PR_SET_NO_NEW_PRIVS) in OsConstants_initConstants()453 initConstant(env, c, "PR_SET_NO_NEW_PRIVS", PR_SET_NO_NEW_PRIVS); in OsConstants_initConstants()
561 public static final int PR_SET_NO_NEW_PRIVS = placeholder(); field in OsConstants
452 field public static final int PR_SET_NO_NEW_PRIVS;