aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/security_driver.c')
-rw-r--r--src/security/security_driver.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/security/security_driver.c b/src/security/security_driver.c
index e6da2208b..f450a9437 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 */
};