Loading security/selinux/nlmsgtab.c +118 −118 Original line number Diff line number Diff line Loading @@ -150,8 +150,8 @@ static const struct nlmsg_perm nlmsg_audit_perms[] = { { AUDIT_SET_FEATURE, NETLINK_AUDIT_SOCKET__NLMSG_WRITE }, }; static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize) static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize) { unsigned int i; int err = -EINVAL; Loading Loading
security/selinux/nlmsgtab.c +118 −118 Original line number Diff line number Diff line Loading @@ -150,8 +150,8 @@ static const struct nlmsg_perm nlmsg_audit_perms[] = { { AUDIT_SET_FEATURE, NETLINK_AUDIT_SOCKET__NLMSG_WRITE }, }; static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize) static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize) { unsigned int i; int err = -EINVAL; Loading