AA_MAY_LINK       201 security/apparmor/file.c 		new |= AA_MAY_LINK;
AA_MAY_LINK       373 security/apparmor/file.c 	u32 request = AA_MAY_LINK;
AA_MAY_LINK       378 security/apparmor/file.c 			  buffer, &lname, cond, AA_MAY_LINK);
AA_MAY_LINK       384 security/apparmor/file.c 			  buffer2, &tname, cond, AA_MAY_LINK);
AA_MAY_LINK       393 security/apparmor/file.c 	if (!(lperms.allow & AA_MAY_LINK))
AA_MAY_LINK       407 security/apparmor/file.c 	if (!(perms.allow & AA_MAY_LINK)) {
AA_MAY_LINK       424 security/apparmor/file.c 	request = lperms.allow & ~AA_MAY_LINK;
AA_MAY_LINK       425 security/apparmor/file.c 	lperms.allow &= perms.allow | AA_MAY_LINK;
AA_MAY_LINK        29 security/apparmor/include/file.h 				 AA_EXEC_MMAP | AA_MAY_LINK)
AA_MAY_LINK        53 security/apparmor/include/perms.h 			 AA_MAY_DELETE | AA_MAY_LINK | AA_MAY_LOCK |	\