Searched refs:capset (Results 1 – 3 of 3) sorted by relevance
/kernel/ |
D | auditsc.c | 1254 audit_log_format(ab, "pid=%d", context->capset.pid); in show_special() 1255 audit_log_cap(ab, "cap_pi", &context->capset.cap.inheritable); in show_special() 1256 audit_log_cap(ab, "cap_pp", &context->capset.cap.permitted); in show_special() 1257 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special() 2348 context->capset.pid = task_tgid_nr(current); in __audit_log_capset() 2349 context->capset.cap.effective = new->cap_effective; in __audit_log_capset() 2350 context->capset.cap.inheritable = new->cap_effective; in __audit_log_capset() 2351 context->capset.cap.permitted = new->cap_permitted; in __audit_log_capset()
|
D | capability.c | 223 SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data) in SYSCALL_DEFINE2() argument
|
D | audit.h | 194 } capset; member
|