Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dauditsc.c126 struct audit_cap_data new_pcap; member
1577 audit_log_cap(ab, "pp", &axs->new_pcap.permitted); in audit_log_exit()
1578 audit_log_cap(ab, "pi", &axs->new_pcap.inheritable); in audit_log_exit()
1579 audit_log_cap(ab, "pe", &axs->new_pcap.effective); in audit_log_exit()
1580 audit_log_cap(ab, "pa", &axs->new_pcap.ambient); in audit_log_exit()
2563 ax->new_pcap.permitted = new->cap_permitted; in __audit_log_bprm_fcaps()
2564 ax->new_pcap.inheritable = new->cap_inheritable; in __audit_log_bprm_fcaps()
2565 ax->new_pcap.effective = new->cap_effective; in __audit_log_bprm_fcaps()
2566 ax->new_pcap.ambient = new->cap_ambient; in __audit_log_bprm_fcaps()