Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c1272 audit_log_format(ab, "pid=%d", context->capset.pid); in show_special()
1273 audit_log_cap(ab, "cap_pi", &context->capset.cap.inheritable); in show_special()
1274 audit_log_cap(ab, "cap_pp", &context->capset.cap.permitted); in show_special()
1275 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special()
1276 audit_log_cap(ab, "cap_pa", &context->capset.cap.ambient); in show_special()
2487 context->capset.pid = task_tgid_nr(current); in __audit_log_capset()
2488 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
2489 context->capset.cap.inheritable = new->cap_effective; in __audit_log_capset()
2490 context->capset.cap.permitted = new->cap_permitted; in __audit_log_capset()
2491 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
Dsys_ni.c133 COND_SYSCALL(capset);
Daudit.h183 } capset; member