Searched defs:PR_SET_KEEPCAPS (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/named/unix/
H A Dos.c142 * If the value of PR_SET_KEEPCAPS is not in <sys/prctl.h>, define it
147 #ifndef PR_SET_KEEPCAPS
148 #define PR_SET_KEEPCAPS 8 macro
351 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) < 0) {
570 "prctl(PR_SET_KEEPCAPS)");

Completed in 13 milliseconds