chiark / gitweb /
util: loop_write - accept 0-length message
[elogind.git] / src / shared / label.h
index 1859f843dc29077848b2d8caf3bf8533af4f7097..8070bcb021af7e000eb86dfc0827ac7427951814 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include "selinux-util.h"
-#include "smack-util.h"
+#include <stdbool.h>
+#include <sys/types.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);