From: Peter Krempa Date: Wed, 29 Aug 2012 12:29:43 +0000 (+0200) Subject: Revert "security: Add DAC to security_drivers" X-Git-Tag: v0.10.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba150e5504d81b24c81556d9be2ab4d3a4904a56;p=thirdparty%2Flibvirt.git Revert "security: Add DAC to security_drivers" This reverts commit 9f9b7b85c9b422e8f4e813f3920bf8f433246a4a. The DAC security driver needs special handling and extra parameters and can't just be added to regular security drivers. --- diff --git a/src/security/security_driver.c b/src/security/security_driver.c index e6da2208be..f450a94372 100644 --- a/src/security/security_driver.c +++ b/src/security/security_driver.c @@ -35,7 +35,6 @@ # include "security_apparmor.h" #endif -#include "security_dac.h" #include "security_nop.h" #define VIR_FROM_THIS VIR_FROM_SECURITY @@ -47,7 +46,6 @@ static virSecurityDriverPtr security_drivers[] = { #ifdef WITH_SECDRIVER_APPARMOR &virAppArmorSecurityDriver, #endif - &virSecurityDriverDAC, &virSecurityDriverNop, /* Must always be last, since it will always probe */ };