Home
last modified time | relevance | path

Searched refs:AA_MAY_LINK (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/
H A Dfile.c190 new |= AA_MAY_LINK; in map_old_perms()
364 u32 request = AA_MAY_LINK; in profile_path_link()
369 buffer, &lname, cond, AA_MAY_LINK); in profile_path_link()
375 buffer2, &tname, cond, AA_MAY_LINK); in profile_path_link()
384 if (!(lperms.allow & AA_MAY_LINK)) in profile_path_link()
398 if (!(perms.allow & AA_MAY_LINK)) { in profile_path_link()
414 /* AA_MAY_LINK is not considered in the subset test */ in profile_path_link()
415 request = lperms.allow & ~AA_MAY_LINK; in profile_path_link()
416 lperms.allow &= perms.allow | AA_MAY_LINK; in profile_path_link()
/kernel/linux/linux-6.6/security/apparmor/
H A Dfile.c337 u32 request = AA_MAY_LINK; in profile_path_link()
343 buffer, &lname, cond, AA_MAY_LINK); in profile_path_link()
350 buffer2, &tname, cond, AA_MAY_LINK); in profile_path_link()
360 if (!(lperms.allow & AA_MAY_LINK)) in profile_path_link()
374 if (!(perms.allow & AA_MAY_LINK)) { in profile_path_link()
390 /* AA_MAY_LINK is not considered in the subset test */ in profile_path_link()
391 request = lperms.allow & ~AA_MAY_LINK; in profile_path_link()
392 lperms.allow &= perms.allow | AA_MAY_LINK; in profile_path_link()
H A Dpolicy_compat.c88 new |= AA_MAY_LINK; in map_old_perms()
/kernel/linux/linux-5.10/security/apparmor/include/
H A Dperms.h38 #define AA_MAY_LINK 0x00040000 /* pair */ macro
53 AA_MAY_DELETE | AA_MAY_LINK | AA_MAY_LOCK | \
H A Dfile.h29 AA_EXEC_MMAP | AA_MAY_LINK)
/kernel/linux/linux-6.6/security/apparmor/include/
H A Dperms.h38 #define AA_MAY_LINK 0x00040000 /* pair */ macro
53 AA_MAY_DELETE | AA_MAY_LINK | AA_MAY_LOCK | \
H A Dfile.h30 AA_EXEC_MMAP | AA_MAY_LINK)

Completed in 4 milliseconds