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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/label.h b/src/shared/label.h
index 1859f843dc..3428a8bb7a 100644
--- a/src/shared/label.h
+++ b/src/shared/label.h
@@ -25,3 +25,6 @@
#include "smack-util.h"
int label_fix(const char *path, bool ignore_enoent, bool ignore_erofs);
+
+int mkdir_label(const char *path, mode_t mode);
+int symlink_label(const char *old_path, const char *new_path);