Re: [PATCH] libsepol: Skip aliases when creating the type_attr_map
Stephen Smalley <[email protected]>
| Newsgroups | org.kernel.vger.selinux |
|---|---|
| Message-ID | <CAEjxPJ4SjdHaijtK60CW8Mk_qvfovUBRvpWWeOsKgzfNcQzdUQ@mail.gmail.com> |
On Wed, Aug 12, 2026 at 11:35 AM Stephen Smalley <[email protected]> wrote: > > On Wed, Aug 12, 2026 at 11:28 AM James Carter <[email protected]> wrote: > > > > Aliases that have primary == 0 share the same value as their > > primary, so there is no need to process them when creating the > > type_attr_map. > > > > Skip aliases with primary == 0 when creating the type_attr_map. > > > > Signed-off-by: James Carter <[email protected]> > > Acked-by: Stephen Smalley <[email protected]> Thanks, merged.