Searched refs:cap_ambient (Results 1 – 6 of 6) sorted by relevance
283 new->cap_ambient = cap_intersect(new->cap_ambient, in cap_capset()863 cap_clear(new->cap_ambient); in cap_bprm_set_creds()869 new->cap_permitted = cap_combine(new->cap_permitted, new->cap_ambient); in cap_bprm_set_creds()878 new->cap_effective = new->cap_ambient; in cap_bprm_set_creds()1025 cap_clear(new->cap_ambient); in cap_emulate_setxuid()1263 cap_clear(new->cap_ambient); in cap_task_prctl()1271 return !!cap_raised(current_cred()->cap_ambient, arg3); in cap_task_prctl()1287 cap_raise(new->cap_ambient, arg3); in cap_task_prctl()1289 cap_lower(new->cap_ambient, arg3); in cap_task_prctl()
138 kernel_cap_t cap_ambient; /* Ambient capability set */ member216 return cap_issubset(cred->cap_ambient, in cap_ambient_invariant_ok()
322 cap_bset, cap_ambient; in task_cap() local330 cap_ambient = cred->cap_ambient; in task_cap()337 render_cap_t(m, "CapAmb:\t", &cap_ambient); in task_cap()
870 new->cap_ambient = old->cap_ambient; in key_change_session_keyring()
2378 ax->old_pcap.ambient = old->cap_ambient; in __audit_log_bprm_fcaps()2383 ax->new_pcap.ambient = new->cap_ambient; in __audit_log_bprm_fcaps()2402 context->capset.cap.ambient = new->cap_ambient; in __audit_log_capset()
56 cred->cap_ambient = CAP_EMPTY_SET; in set_cred_user_ns()