Matthew Garrett 6a671af06e Ignore unknown classes in SELinux base policy
We build a very minimal SELinux policy, so there are cases where code ends up
using classes that don't exist. We attempted to compensate for this case in
3da4994cd332c1f166c9a86ece0c62f9bc02c6f7 but it turns out that this isn't
used for initial policy build. Pass an explicit argument during base policy
build to handle that.

Fixes https://github.com/coreos/bugs/issues/1127
2016-02-20 13:26:17 -08:00
..