Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dauditsc.c111 struct audit_cap_data old_pcap; member
1732 audit_log_cap(ab, "old_pp", &axs->old_pcap.permitted); in audit_log_exit()
1733 audit_log_cap(ab, "old_pi", &axs->old_pcap.inheritable); in audit_log_exit()
1734 audit_log_cap(ab, "old_pe", &axs->old_pcap.effective); in audit_log_exit()
1735 audit_log_cap(ab, "old_pa", &axs->old_pcap.ambient); in audit_log_exit()
2816 ax->old_pcap.permitted = old->cap_permitted; in __audit_log_bprm_fcaps()
2817 ax->old_pcap.inheritable = old->cap_inheritable; in __audit_log_bprm_fcaps()
2818 ax->old_pcap.effective = old->cap_effective; in __audit_log_bprm_fcaps()
2819 ax->old_pcap.ambient = old->cap_ambient; in __audit_log_bprm_fcaps()