From 9b5af248f04b6cad8a5bca836e89a39e9f6823d9 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Wed, 30 May 2012 16:13:48 -0400 Subject: label: fix systemd-udev labeling of /run directory. systemd-udev is currently incorrectly labeling /run/udev/* content because it is using selinux prefix labeling of /dev. This patch will allow systemd-udev to use prefix labeling of /dev and /run. --- 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 3f880e363a..90b49ffbe0 100644 --- a/src/shared/label.h +++ b/src/shared/label.h @@ -26,7 +26,7 @@ #include #include -int label_init(const char *prefix); +int label_init(const char *prefixes[]); void label_finish(void); int label_fix(const char *path, bool ignore_enoent); -- cgit v1.2.3-54-g00ecf