From: Zbigniew Jędrzejewski-Szmek Date: Tue, 22 Jul 2014 00:41:19 +0000 (-0400) Subject: sysusers: fix selinux context of backup files X-Git-Tag: v216~463 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=9f1c19405a1ccaf59dcc8c32c13a1619541189ad;hp=9f1c19405a1ccaf59dcc8c32c13a1619541189ad sysusers: fix selinux context of backup files Also, fix fopen_temporary_label to set proper context. By chance, all users so far used the same context, so the error didn't matter. Also, check return value from label_init(). https://bugzilla.redhat.com/show_bug.cgi?id=1121806 ---