* In many cases, one wants to create a "derived" commit from base commit.
* SELinux policy labels are part of that base commit. This API allows
* one to easily set up SELinux labeling from a base commit.
+ *
+ * Since: 2020.4
*/
gboolean
ostree_repo_commit_modifier_set_sepolicy_from_commit (OstreeRepoCommitModifier *modifier,
* Based on ostree_repo_add_gpg_signature_summary implementation.
*
* Returns: @TRUE if summary file has been signed with all provided keys
+ *
+ * Since: 2020.2
*/
gboolean
ostree_sign_summary (OstreeSign *self,
/**
* OSTREE_SIGN_NAME_ED25519:
* The name of the default ed25519 signing type.
+ *
+ * Since: 2020.4
*/
#define OSTREE_SIGN_NAME_ED25519 "ed25519"