Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dfile.c327 struct aa_perms lperms = {}, perms; in profile_path_link() local
350 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()
384 lperms.allow &= perms.allow | AA_MAY_LINK; in profile_path_link()
386 request |= AA_AUDIT_FILE_MASK & (lperms.allow & ~perms.allow); in profile_path_link()
[all …]