Home
last modified time | relevance | path

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

/security/apparmor/include/
Dperms.h31 #define AA_MAY_GETATTR 0x0200 /* meta read */ macro
61 AA_MAY_SETATTR | AA_MAY_GETATTR | AA_MAY_SETCRED | \
Dfile.h31 AA_MAY_GETATTR | AA_MAY_SETATTR | \
/security/apparmor/
Dfile.c32 if (mask & AA_MAY_GETATTR) in map_mask_to_chr_mask()
198 new |= AA_MAY_GETATTR | AA_MAY_OPEN; in map_old_perms()
253 perms.allow |= AA_MAY_GETATTR; in aa_compute_fperms()
Dlsm.c362 MAY_READ | AA_MAY_GETATTR | MAY_WRITE | in apparmor_path_rename()
388 return common_perm_cond(OP_GETATTR, path, AA_MAY_GETATTR); in apparmor_inode_getattr()