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 09e15e3c08..b190e69a61 100644
--- a/src/shared/label.h
+++ b/src/shared/label.h
@@ -46,6 +46,8 @@ void label_retest_selinux(void);
int label_bind(int fd, const struct sockaddr *addr, socklen_t addrlen);
+int label_apply(const char *path, const char *label);
+
int label_write_one_line_file_atomic(const char *fn, const char *line);
int label_write_env_file(const char *fname, char **l);
int label_fopen_temporary(const char *path, FILE **_f, char **_temp_path);