]> xenbits.xensource.com Git - libvirt.git/commit
Block all use of libvirt.so in setuid programs
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 10 Oct 2013 16:45:14 +0000 (17:45 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 21 Oct 2013 13:03:52 +0000 (14:03 +0100)
commit9cd6a57db6ea6762fbf85c59c379a27fa6e7fd2e
tree2c2098376e7e25582d4209fdb550a48c32d93e16
parent9b0af09240618184fea5884952941217e65b824f
Block all use of libvirt.so in setuid programs

Avoid people introducing security flaws in their apps by
forbidding the use of libvirt.so in setuid programs, with
a check in virInitialize.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/libvirt.c