Searched refs:AA_MAY_LINK (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | file.c | 190 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 D | file.c | 337 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 D | policy_compat.c | 88 new |= AA_MAY_LINK; in map_old_perms()
|
/kernel/linux/linux-5.10/security/apparmor/include/ |
H A D | perms.h | 38 #define AA_MAY_LINK 0x00040000 /* pair */ macro 53 AA_MAY_DELETE | AA_MAY_LINK | AA_MAY_LOCK | \
|
H A D | file.h | 29 AA_EXEC_MMAP | AA_MAY_LINK)
|
/kernel/linux/linux-6.6/security/apparmor/include/ |
H A D | perms.h | 38 #define AA_MAY_LINK 0x00040000 /* pair */ macro 53 AA_MAY_DELETE | AA_MAY_LINK | AA_MAY_LOCK | \
|
H A D | file.h | 30 AA_EXEC_MMAP | AA_MAY_LINK)
|
Completed in 5 milliseconds