提交 359c7c1e 编写于 作者: M Michal Privoznik

security_util: Document virSecurityMoveRememberedLabel

Signed-off-by: NMichal Privoznik <mprivozn@redhat.com>
Reviewed-by: NJiri Denemark <jdenemar@redhat.com>
上级 8ced0909
......@@ -244,6 +244,19 @@ virSecuritySetRememberedLabel(const char *name,
}
/**
* virSecurityMoveRememberedLabel:
* @name: security driver name
* @src: source file
* @dst: destination file
*
* For given security driver @name, move all XATTRs related to seclabel
* remembering from @src to @dst. However, if @dst is NULL, then XATTRs
* are just removed from @src.
*
* Returns: 0 on success,
* -1 otherwise.
*/
int
virSecurityMoveRememberedLabel(const char *name,
const char *src,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册