From c66e7f04997fb42b778703418097a5023fa17581 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 31 May 2012 13:17:26 +0200 Subject: mkdir: provide all functions with and without selinux label application --- src/shared/label.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/label.h') diff --git a/src/shared/label.h b/src/shared/label.h index 90b49ffbe0..2eaabfa625 100644 --- a/src/shared/label.h +++ b/src/shared/label.h @@ -41,7 +41,7 @@ void label_free(const char *label); int label_get_create_label_from_exe(const char *exe, char **label); -int label_mkdir(const char *path, mode_t mode); +int label_mkdir(const char *path, mode_t mode, bool apply); void label_retest_selinux(void); -- cgit v1.2.3-54-g00ecf