]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't raise errors in the selinux restore code
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 28 May 2010 11:19:13 +0000 (12:19 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 8 Jun 2010 14:21:07 +0000 (15:21 +0100)
commitf43dc26af7c1bed2664d5845307a03c209eff54d
tree2cbbd7a61c58ecea645b64aecf1d6fb71d1e13af
parentc833efd35bf613851969ba0860ae89b83f155ad1
Don't raise errors in the selinux restore code

The restore code is done in places where errors cannot be
raised, since they will overwrite over pre-existing errors.

* src/security/security_selinux.c: Only warn about failures
  in label restore, don't report errors
src/security/security_selinux.c