summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-sepolicy-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libostree/ostree-sepolicy-private.h')
-rw-r--r--src/libostree/ostree-sepolicy-private.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/libostree/ostree-sepolicy-private.h b/src/libostree/ostree-sepolicy-private.h
index 7bbc1a1b..350ef407 100644
--- a/src/libostree/ostree-sepolicy-private.h
+++ b/src/libostree/ostree-sepolicy-private.h
@@ -23,18 +23,16 @@
G_BEGIN_DECLS
-typedef struct {
+typedef struct
+{
gboolean initialized;
} OstreeSepolicyFsCreatecon;
void _ostree_sepolicy_fscreatecon_clear (OstreeSepolicyFsCreatecon *con);
-G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(OstreeSepolicyFsCreatecon, _ostree_sepolicy_fscreatecon_clear)
+G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC (OstreeSepolicyFsCreatecon, _ostree_sepolicy_fscreatecon_clear)
-gboolean _ostree_sepolicy_preparefscreatecon (OstreeSepolicyFsCreatecon *con,
- OstreeSePolicy *self,
- const char *path,
- guint32 mode,
- GError **error);
+gboolean _ostree_sepolicy_preparefscreatecon (OstreeSepolicyFsCreatecon *con, OstreeSePolicy *self,
+ const char *path, guint32 mode, GError **error);
GVariant *_ostree_filter_selinux_xattr (GVariant *xattrs);