[SSSD] [PATCH] Move settig the SELinux context into a privileged child process

Michal Židek mzidek at redhat.com
Wed Nov 5 18:41:43 UTC 2014


>> 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




More information about the sssd-devel mailing list