Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dfile.c335 struct aa_perms lperms = {}, perms; in profile_path_link() local
358 cond, &lperms); in profile_path_link()
360 if (!(lperms.allow & AA_MAY_LINK)) in profile_path_link()
370 lperms.audit = perms.audit; in profile_path_link()
371 lperms.quiet = perms.quiet; in profile_path_link()
372 lperms.kill = perms.kill; in profile_path_link()
376 lperms = perms; in profile_path_link()
391 request = lperms.allow & ~AA_MAY_LINK; in profile_path_link()
395 if (request & ~lperms.allow) { in profile_path_link()
397 } else if ((lperms.allow & MAY_EXEC) && in profile_path_link()
[all …]