Home
last modified time | relevance | path

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

/linux-2.6.39/security/apparmor/
Dfile.c360 struct file_perms lperms, perms; in aa_path_link() local
365 lperms = nullperms; in aa_path_link()
380 &cond, &lperms); in aa_path_link()
382 if (!(lperms.allow & AA_MAY_LINK)) in aa_path_link()
392 lperms.audit = perms.audit; in aa_path_link()
393 lperms.quiet = perms.quiet; in aa_path_link()
394 lperms.kill = perms.kill; in aa_path_link()
412 request = lperms.allow & ~AA_MAY_LINK; in aa_path_link()
413 lperms.allow &= perms.allow | AA_MAY_LINK; in aa_path_link()
415 request |= AA_AUDIT_FILE_MASK & (lperms.allow & ~perms.allow); in aa_path_link()
[all …]