Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/apparmor/
H A Dfile.c362 struct aa_perms lperms = {}, perms; in profile_path_link() local
382 cond, &lperms); in profile_path_link()
384 if (!(lperms.allow & AA_MAY_LINK)) in profile_path_link()
394 lperms.audit = perms.audit; in profile_path_link()
395 lperms.quiet = perms.quiet; in profile_path_link()
396 lperms.kill = perms.kill; in profile_path_link()
400 lperms = perms; in profile_path_link()
415 request = lperms.allow & ~AA_MAY_LINK; in profile_path_link()
416 lperms.allow &= perms.allow | AA_MAY_LINK; in profile_path_link()
418 request |= AA_AUDIT_FILE_MASK & (lperms in profile_path_link()
[all...]
/kernel/linux/linux-6.6/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()
392 lperms.allow &= perms.allow | AA_MAY_LINK; in profile_path_link()
394 request |= AA_AUDIT_FILE_MASK & (lperms in profile_path_link()
[all...]

Completed in 2 milliseconds