Searched refs:old_pcap (Results 1 – 1 of 1) sorted by relevance
122 struct audit_cap_data old_pcap; member1372 audit_log_cap(ab, "old_pp", &axs->old_pcap.permitted); in audit_log_exit()1373 audit_log_cap(ab, "old_pi", &axs->old_pcap.inheritable); in audit_log_exit()1374 audit_log_cap(ab, "old_pe", &axs->old_pcap.effective); in audit_log_exit()2323 ax->old_pcap.permitted = old->cap_permitted; in __audit_log_bprm_fcaps()2324 ax->old_pcap.inheritable = old->cap_inheritable; in __audit_log_bprm_fcaps()2325 ax->old_pcap.effective = old->cap_effective; in __audit_log_bprm_fcaps()