Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c2444 struct audit_aux_data_bprm_fcaps *ax; in __audit_log_bprm_fcaps() local
2448 ax = kmalloc(sizeof(*ax), GFP_KERNEL); in __audit_log_bprm_fcaps()
2449 if (!ax) in __audit_log_bprm_fcaps()
2452 ax->d.type = AUDIT_BPRM_FCAPS; in __audit_log_bprm_fcaps()
2453 ax->d.next = context->aux; in __audit_log_bprm_fcaps()
2454 context->aux = (void *)ax; in __audit_log_bprm_fcaps()
2458 ax->fcap.permitted = vcaps.permitted; in __audit_log_bprm_fcaps()
2459 ax->fcap.inheritable = vcaps.inheritable; in __audit_log_bprm_fcaps()
2460 ax->fcap.fE = !!(vcaps.magic_etc & VFS_CAP_FLAGS_EFFECTIVE); in __audit_log_bprm_fcaps()
2461 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps()
[all …]