Lines Matching refs:cap_ambient
280 new->cap_ambient = cap_intersect(new->cap_ambient, in cap_capset()
564 cap_clear(new->cap_ambient); in cap_bprm_set_creds()
570 new->cap_permitted = cap_combine(new->cap_permitted, new->cap_ambient); in cap_bprm_set_creds()
579 new->cap_effective = new->cap_ambient; in cap_bprm_set_creds()
598 if (!cap_issubset(new->cap_effective, new->cap_ambient)) { in cap_bprm_set_creds()
634 if (!cap_issubset(cred->cap_permitted, cred->cap_ambient)) in cap_bprm_secureexec()
747 cap_clear(new->cap_ambient); in cap_emulate_setxuid()
985 cap_clear(new->cap_ambient); in cap_task_prctl()
993 return !!cap_raised(current_cred()->cap_ambient, arg3); in cap_task_prctl()
1009 cap_raise(new->cap_ambient, arg3); in cap_task_prctl()
1011 cap_lower(new->cap_ambient, arg3); in cap_task_prctl()