summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
authorDan Walsh <dwalsh@redhat.com>2016-03-17 18:03:02 -0400
committerColin Walters (automation) <walters+githubbot@verbum.org>2016-03-22 09:33:46 +0000
commit506fb1b1624358d57095b20408414ccef6fbc22c (patch)
tree60a7e6e77613e129334b80f31834dedb3fab13b5 /utils.h
parentaedbc794d5cc3f5c479c7307054a761f388d2941 (diff)
downloadbubblewrap-506fb1b1624358d57095b20408414ccef6fbc22c.tar.gz
Add SELinux Support
Signed-off-by: Dan Walsh <dwalsh@redhat.com> Pull request: #25 Approved by: alexlarsson
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils.h b/utils.h
index 2a7790a..e4d5dff 100644
--- a/utils.h
+++ b/utils.h
@@ -105,6 +105,11 @@ int raw_clone (unsigned long flags,
void *child_stack);
int pivot_root (const char *new_root,
const char *put_old);
+char *label_mount (const char *opt,
+ const char *mount_label);
+int label_exec (const char *exec_label);
+int label_support (void);
+int label_create_file (const char *file_label);
static inline void
cleanup_freep (void *p)