Also in src/providers/ipa/ipa_selinux.c, the indentation on line 872 should be aligned with the line above: 871 if (sci->seuser == NULL || sci->mls_range == NULL 872 || sci->username == NULL) {
Should be: 871 if (sci->seuser == NULL || sci->mls_range == NULL 872 || sci->username == NULL) { (Or at least I am doing it like this, and it is style that was proposed IIRC by Stephen in some old discussion).
Fixed. I thought the leading tabs were also proposed in that thread..
Now, I am not sure... anyway, I think the way it is now is better :)
Ack to all patches.
Michal