James Carter wrote: > Jonathan Strauss wrote: > > > > I'm not sure if this is the right place to post this, I was writing a > > policy for an API gateway and couldn't figure out why I wasn't getting > > a domain transition. Turns out I was missing `type init_t;` in my > > require block in the type enforcement file, but the compiler did not > > complain about the missing type. > > > > Seems like it should have failed with the missing `type init_t;` > > > > It is hard to say what is going on without seeing the policy you were > trying to compile. Are you able to share it? > Jim > Apologies in advanced if I mess up the formatting, looks like I am also missing another type `sysadm_t` (Still trying to understand the roles so it's a bit ugly) reproducer here : https://github.com/pss-john/se-missing-type