提交 ba150e55 编写于 作者: P Peter Krempa

Revert "security: Add DAC to security_drivers"

This reverts commit 9f9b7b85.

The DAC security driver needs special handling and extra parameters and
can't just be added to regular security drivers.
上级 0c7cca36
......@@ -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 */
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册