Searched refs:lperms (Results 1 – 1 of 1) sorted by relevance
327 struct aa_perms lperms = {}, perms; in profile_path_link() local350 cond, &lperms); in profile_path_link()352 if (!(lperms.allow & AA_MAY_LINK)) in profile_path_link()362 lperms.audit = perms.audit; in profile_path_link()363 lperms.quiet = perms.quiet; in profile_path_link()364 lperms.kill = perms.kill; in profile_path_link()368 lperms = perms; in profile_path_link()383 request = lperms.allow & ~AA_MAY_LINK; in profile_path_link()387 if (request & ~lperms.allow) { in profile_path_link()389 } else if ((lperms.allow & MAY_EXEC) && in profile_path_link()[all …]
Completed in 4 milliseconds