Re: [PATCH] libsepol: Skip aliases when creating the type_attr_map
Stephen Smalley <[email protected]>
| Newsgroups | org.kernel.vger.selinux |
|---|---|
| Message-ID | <CAEjxPJ43HEdfnOanWke_yZujwCynRs+q=2mRmG5+QVgf0CAu_A@mail.gmail.com> |
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]>