Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c2542 struct cpu_vfs_cap_data vcaps; in __audit_log_bprm_fcaps() local
2552 get_vfs_caps_from_disk(bprm->file->f_path.dentry, &vcaps); in __audit_log_bprm_fcaps()
2554 ax->fcap.permitted = vcaps.permitted; in __audit_log_bprm_fcaps()
2555 ax->fcap.inheritable = vcaps.inheritable; in __audit_log_bprm_fcaps()
2556 ax->fcap.fE = !!(vcaps.magic_etc & VFS_CAP_FLAGS_EFFECTIVE); in __audit_log_bprm_fcaps()
2557 ax->fcap.rootid = vcaps.rootid; in __audit_log_bprm_fcaps()
2558 ax->fcap_ver = (vcaps.magic_etc & VFS_CAP_REVISION_MASK) >> VFS_CAP_REVISION_SHIFT; in __audit_log_bprm_fcaps()