summaryrefslogtreecommitdiff
path: root/src/shared/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/label.h')
-rw-r--r--src/shared/label.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/label.h b/src/shared/label.h
index cb2ec79ee..ce1e5c3f5 100644
--- a/src/shared/label.h
+++ b/src/shared/label.h
@@ -40,6 +40,8 @@ void label_context_clear(void);
void label_free(const char *label);
int label_get_create_label_from_exe(const char *exe, char **label);
+int label_get_our_label(char **label);
+int label_get_child_mls_label(int socket_fd, const char *exec, char **label);
int label_mkdir(const char *path, mode_t mode);