Lines Matching refs:privset
2742 priv_set_t *privset; in exec_method() local
2786 privset = mthd_ctxt->priv_set; in exec_method()
2787 if (privset == NULL) { in exec_method()
2788 privset = priv_allocset(); in exec_method()
2789 if (privset != NULL && in exec_method()
2790 getppriv(PRIV_EFFECTIVE, privset) != 0) { in exec_method()
2791 priv_freeset(privset); in exec_method()
2792 privset = NULL; in exec_method()
2796 ae->adt_inetd_connect.privileges = privset; in exec_method()
2801 if (privset != NULL && mthd_ctxt->priv_set == NULL) in exec_method()
2802 priv_freeset(privset); in exec_method()