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

/bind-9.6-ESV-R11/bin/named/unix/
H A Dos.c147 * If the value of PR_SET_KEEPCAPS is not in <sys/prctl.h>, define it
152 #ifndef PR_SET_KEEPCAPS
153 #define PR_SET_KEEPCAPS 8 macro
350 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) < 0) {
569 "prctl(PR_SET_KEEPCAPS)");

Completed in 10 milliseconds