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

/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntpd.c152 static priv_set_t *highprivs = NULL; variable
1155 if ((highprivs = priv_allocset()) == NULL) {
1159 (void) getppriv(PRIV_PERMITTED, highprivs);
1160 (void) priv_intersect(highprivs, lowprivs);
1221 priv_freeset(highprivs);

Completed in 154 milliseconds