Home
last modified time | relevance | path

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

/kernel/
Dcapability.c189 kdata[i].inheritable = pI.cap[i]; in SYSCALL_DEFINE2()
242 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local
265 inheritable.cap[i] = kdata[i].inheritable; in SYSCALL_DEFINE2()
270 inheritable.cap[i] = 0; in SYSCALL_DEFINE2()
279 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
Dauditsc.c90 kernel_cap_t inheritable; member
1205 kernel_cap_t *inh = &name->fcap.inheritable; in audit_log_fcaps()
1304 audit_log_cap(ab, "cap_pi", &context->capset.cap.inheritable); in show_special()
1399 audit_log_cap(ab, "fi", &axs->fcap.inheritable); in audit_log_exit()
1402 audit_log_cap(ab, "old_pi", &axs->old_pcap.inheritable); in audit_log_exit()
1405 audit_log_cap(ab, "new_pi", &axs->new_pcap.inheritable); in audit_log_exit()
1918 memset(&name->fcap.inheritable, 0, sizeof(kernel_cap_t)); in audit_copy_fcaps()
1930 name->fcap.inheritable = caps.inheritable; in audit_copy_fcaps()
2452 ax->fcap.inheritable = vcaps.inheritable; in __audit_log_bprm_fcaps()
2457 ax->old_pcap.inheritable = old->cap_inheritable; in __audit_log_bprm_fcaps()
[all …]