
17 Apr
2020
17 Apr
'20
3:10 p.m.
...
+/** + * virSecurityManagerDomainSetIncomingPathLabel: + * @mgr: security manager object + * @vm: domain definition object + * @path: path to label + * + * This function relabels given @path so that @vm can restore for
maybe add "host" @path here to make it even clearer.
+ * it. This allows the driver backend to use different label than + * virSecurityManagerDomainSetPathLabel().
This would then be:
This function relabels given @path for read only access, which is in contrast with virSecurityManagerDomainSetPathLabel() which gives read write access.
Yep, I'm okay with *SetPathLabelRO, don't forget to include ^this commentary bit :). -- Erik Skultety