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

/linux-master/security/apparmor/
H A Dfile.c337 u32 request = AA_MAY_LINK;
343 buffer, &lname, cond, AA_MAY_LINK);
350 buffer2, &tname, cond, AA_MAY_LINK);
360 if (!(lperms.allow & AA_MAY_LINK))
374 if (!(perms.allow & AA_MAY_LINK)) {
390 /* AA_MAY_LINK is not considered in the subset test */
391 request = lperms.allow & ~AA_MAY_LINK;
392 lperms.allow &= perms.allow | AA_MAY_LINK;
H A Dpolicy_compat.c88 new |= AA_MAY_LINK;
/linux-master/security/apparmor/include/
H A Dfile.h30 AA_EXEC_MMAP | AA_MAY_LINK)
H A Dperms.h38 #define AA_MAY_LINK 0x00040000 /* pair */ macro
56 AA_MAY_DELETE | AA_MAY_LINK | AA_MAY_LOCK | \

Completed in 248 milliseconds