Home
last modified time | relevance | path

Searched refs:lperms (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/security/apparmor/
H A Dfile.c322 struct aa_perms lperms = {}, perms; in profile_path_link() local
345 cond, &lperms); in profile_path_link()
347 if (!(lperms.allow & AA_MAY_LINK)) in profile_path_link()
357 lperms.audit = perms.audit; in profile_path_link()
358 lperms.quiet = perms.quiet; in profile_path_link()
359 lperms.kill = perms.kill; in profile_path_link()
363 lperms = perms; in profile_path_link()
378 request = lperms.allow & ~AA_MAY_LINK; in profile_path_link()
382 if (request & ~lperms.allow) { in profile_path_link()
384 } else if ((lperms.allow & MAY_EXEC) && in profile_path_link()
[all …]