Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c2498 struct audit_aux_data_bprm_fcaps *ax; in __audit_log_bprm_fcaps() local
2502 ax = kmalloc(sizeof(*ax), GFP_KERNEL); in __audit_log_bprm_fcaps()
2503 if (!ax) in __audit_log_bprm_fcaps()
2506 ax->d.type = AUDIT_BPRM_FCAPS; in __audit_log_bprm_fcaps()
2507 ax->d.next = context->aux; in __audit_log_bprm_fcaps()
2508 context->aux = (void *)ax; in __audit_log_bprm_fcaps()
2512 ax->fcap.permitted = vcaps.permitted; in __audit_log_bprm_fcaps()
2513 ax->fcap.inheritable = vcaps.inheritable; in __audit_log_bprm_fcaps()
2514 ax->fcap.fE = !!(vcaps.magic_etc & VFS_CAP_FLAGS_EFFECTIVE); in __audit_log_bprm_fcaps()
2515 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps()
[all …]