Home
last modified time | relevance | path

Searched refs:inheritable (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dcapability.c173 kdata[i].inheritable = pI.cap[i]; in SYSCALL_DEFINE2()
226 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local
252 inheritable.cap[i] = kdata[i].inheritable; in SYSCALL_DEFINE2()
257 inheritable.cap[i] = 0; in SYSCALL_DEFINE2()
263 inheritable.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; in SYSCALL_DEFINE2()
270 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
Dauditsc.c1182 audit_log_cap(ab, "cap_fi", &name->fcap.inheritable); in audit_log_fcaps()
1273 audit_log_cap(ab, "cap_pi", &context->capset.cap.inheritable); in show_special()
1490 audit_log_cap(ab, "fi", &axs->fcap.inheritable); in audit_log_exit()
1493 audit_log_cap(ab, "old_pi", &axs->old_pcap.inheritable); in audit_log_exit()
1497 audit_log_cap(ab, "pi", &axs->new_pcap.inheritable); in audit_log_exit()
1910 name->fcap.inheritable = caps.inheritable; in audit_copy_fcaps()
2459 ax->fcap.inheritable = vcaps.inheritable; in __audit_log_bprm_fcaps()
2465 ax->old_pcap.inheritable = old->cap_inheritable; in __audit_log_bprm_fcaps()
2470 ax->new_pcap.inheritable = new->cap_inheritable; in __audit_log_bprm_fcaps()
2489 context->capset.cap.inheritable = new->cap_effective; in __audit_log_capset()
Daudit.h53 kernel_cap_t inheritable; member