On Wed, 11 Nov 2009, Daniel P. Berrange wrote:
+typedef int (*virSecurityDomainRestoreSavedStateLabel)
(virConnectPtr conn,
+ const char *savefile);
...
+static int
+SELinuxRestoreSavedStateLabel(virConnectPtr conn,
+ const char *savefile)
+{
+ return SELinuxRestoreSecurityFileLabel(conn, savefile);
+}
+
+
Can these be updated to have 'virDomainObjPtr vm ATTRIBUTE_UNUSED'? This
will need to be added for the AppArmor driver support.
Jamie
--
Jamie Strandboge |
http://www.canonical.com