Home
last modified time | relevance | path

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

/linux-4.1.27/security/apparmor/
Dfile.c49 if (mask & AA_MAY_LINK) in audit_file_mask()
171 new |= AA_MAY_LINK; in map_old_perms()
360 u32 request = AA_MAY_LINK; in aa_path_link()
383 if (!(lperms.allow & AA_MAY_LINK)) in aa_path_link()
397 if (!(perms.allow & AA_MAY_LINK)) { in aa_path_link()
413 request = lperms.allow & ~AA_MAY_LINK; in aa_path_link()
414 lperms.allow &= perms.allow | AA_MAY_LINK; in aa_path_link()
/linux-4.1.27/security/apparmor/include/
Dfile.h38 #define AA_MAY_LINK 0x1000 macro
48 AA_EXEC_MMAP | AA_MAY_LINK)