Home | History | Annotate | Download | only in progs

Lines Matching refs:orig

56 	    cap_t orig, raised_for_setpcap;
60 * orig and it isn't until we are within the --drop code that
61 * we know what the prevailing (orig) pI value is.
63 orig = cap_get_proc();
64 if (orig == NULL) {
69 raised_for_setpcap = cap_dup(orig);
113 if (cap_set_proc(orig) != 0) {
124 cap_free(orig);
189 * Since status is based on orig, we don't want to restore
232 * Since status is based on orig, we don't want to restore
250 cap_t orig, raised_for_chroot;
252 orig = cap_get_proc();
253 if (orig == NULL) {
258 raised_for_chroot = cap_dup(orig);
277 if (cap_set_proc(orig) != 0) {
287 cap_free(orig);