Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c1452 audit_log_format(ab, "pid=%d", context->capset.pid); in show_special()
1453 audit_log_cap(ab, "cap_pi", &context->capset.cap.inheritable); in show_special()
1454 audit_log_cap(ab, "cap_pp", &context->capset.cap.permitted); in show_special()
1455 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special()
1456 audit_log_cap(ab, "cap_pa", &context->capset.cap.ambient); in show_special()
2842 context->capset.pid = task_tgid_nr(current); in __audit_log_capset()
2843 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
2844 context->capset.cap.inheritable = new->cap_effective; in __audit_log_capset()
2845 context->capset.cap.permitted = new->cap_permitted; in __audit_log_capset()
2846 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.h192 } capset; member
Dsys_ni.c136 COND_SYSCALL(capset);