Home
last modified time | relevance | path

Searched refs:capset (Results 1 – 4 of 4) sorted by relevance

/kernel/
Dauditsc.c1348 audit_log_format(ab, "pid=%d", context->capset.pid); in show_special()
1349 audit_log_cap(ab, "cap_pi", &context->capset.cap.inheritable); in show_special()
1350 audit_log_cap(ab, "cap_pp", &context->capset.cap.permitted); in show_special()
1351 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special()
1352 audit_log_cap(ab, "cap_pa", &context->capset.cap.ambient); in show_special()
2583 context->capset.pid = task_tgid_nr(current); in __audit_log_capset()
2584 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
2585 context->capset.cap.inheritable = new->cap_effective; in __audit_log_capset()
2586 context->capset.cap.permitted = new->cap_permitted; in __audit_log_capset()
2587 context->capset.cap.ambient = new->cap_ambient; in __audit_log_capset()
Dcapability.c222 SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data) in SYSCALL_DEFINE2() argument
Daudit.h183 } capset; member
Dsys_ni.c133 COND_SYSCALL(capset);