On Wed, May 27, 2020 at 10:22 AM Stephen Smalley <stephen.smalley.work@xxxxxxxxx> wrote: > > On Fri, May 22, 2020 at 10:55 AM James Carter <jwcart2@xxxxxxxxx> wrote: > > > > Type alias rules are not written out when converting a binary kernel > > policy to a policy.conf. The problem is that type aliases are not in > > the type_val_to_struct array and that is what is being used to find > > the aliases. > > > > Since type aliases are only in the types hashtable, walk that to > > find the type aliases. > > > > Fixed the syntax of the typalias rule which requires "alias" to come > > between the type and the aliases (ex/ typealias TYPE alias ALIAS;). > > > > Fixes: 0a08fd1e69797d6a ("libsepol: Add ability to convert binary > > policy to policy.conf file") > > > > Signed-off-by: James Carter <jwcart2@xxxxxxxxx> > > This fixes the missing alias problem, so: > Acked-by: Stephen Smalley <stephen.smalley.work@xxxxxxxxx> Applied.