Home
last modified time | relevance | path

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

/linux-3.4.99/security/apparmor/
Dfile.c49 if (mask & AA_MAY_LINK) in audit_file_mask()
169 new |= AA_MAY_LINK; in map_old_perms()
358 u32 request = AA_MAY_LINK; in aa_path_link()
381 if (!(lperms.allow & AA_MAY_LINK)) in aa_path_link()
395 if (!(perms.allow & AA_MAY_LINK)) { in aa_path_link()
411 request = lperms.allow & ~AA_MAY_LINK; in aa_path_link()
412 lperms.allow &= perms.allow | AA_MAY_LINK; in aa_path_link()
/linux-3.4.99/security/apparmor/include/
Dfile.h38 #define AA_MAY_LINK 0x1000 macro
48 AA_EXEC_MMAP | AA_MAY_LINK)