Lines Matching refs:perms
658 const char *const *perms; in avc_audit_pre_callback() local
668 perms = secclass_map[sad->tclass-1].perms; in avc_audit_pre_callback()
674 if ((perm & av) && perms[i]) { in avc_audit_pre_callback()
675 audit_log_format(ab, " %s", perms[i]); in avc_audit_pre_callback()
831 static int avc_update_node(u32 event, u32 perms, u8 driver, u8 xperm, u32 ssid, in avc_update_node() argument
889 node->ae.avd.allowed |= perms; in avc_update_node()
895 node->ae.avd.allowed &= ~perms; in avc_update_node()
898 node->ae.avd.auditallow |= perms; in avc_update_node()
901 node->ae.avd.auditallow &= ~perms; in avc_update_node()
904 node->ae.avd.auditdeny |= perms; in avc_update_node()
907 node->ae.avd.auditdeny &= ~perms; in avc_update_node()