Home
last modified time | relevance | path

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

/Linux-v6.6/security/apparmor/
Dfile.c314 u32 request = AA_MAY_LINK; in profile_path_link()
319 buffer, &lname, cond, AA_MAY_LINK); in profile_path_link()
325 buffer2, &tname, cond, AA_MAY_LINK); in profile_path_link()
335 if (!(lperms.allow & AA_MAY_LINK)) in profile_path_link()
349 if (!(perms.allow & AA_MAY_LINK)) { in profile_path_link()
366 request = lperms.allow & ~AA_MAY_LINK; in profile_path_link()
367 lperms.allow &= perms.allow | AA_MAY_LINK; in profile_path_link()
Dpolicy_compat.c88 new |= AA_MAY_LINK; in map_old_perms()
/Linux-v6.6/security/apparmor/include/
Dperms.h38 #define AA_MAY_LINK 0x00040000 /* pair */ macro
53 AA_MAY_DELETE | AA_MAY_LINK | AA_MAY_LOCK | \
Dfile.h30 AA_EXEC_MMAP | AA_MAY_LINK)