Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c2797 struct audit_aux_data_bprm_fcaps *ax; in __audit_log_bprm_fcaps() local
2801 ax = kmalloc(sizeof(*ax), GFP_KERNEL); in __audit_log_bprm_fcaps()
2802 if (!ax) in __audit_log_bprm_fcaps()
2805 ax->d.type = AUDIT_BPRM_FCAPS; in __audit_log_bprm_fcaps()
2806 ax->d.next = context->aux; in __audit_log_bprm_fcaps()
2807 context->aux = (void *)ax; in __audit_log_bprm_fcaps()
2812 ax->fcap.permitted = vcaps.permitted; in __audit_log_bprm_fcaps()
2813 ax->fcap.inheritable = vcaps.inheritable; in __audit_log_bprm_fcaps()
2814 ax->fcap.fE = !!(vcaps.magic_etc & VFS_CAP_FLAGS_EFFECTIVE); in __audit_log_bprm_fcaps()
2815 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps()
[all …]