From 5275d3c13d6321ffd749a976aaad69321313fac7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 15 Sep 2010 01:38:07 +0200 Subject: mount-setup: fix selinux label after mounting rhbz 629268 --- src/mount-setup.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/mount-setup.c b/src/mount-setup.c index c1ddbe45f0..d2f05bc5cf 100644 --- a/src/mount-setup.c +++ b/src/mount-setup.c @@ -31,6 +31,7 @@ #include "log.h" #include "macro.h" #include "util.h" +#include "label.h" typedef struct MountPoint { const char *what; @@ -108,6 +109,8 @@ static int mount_one(const MountPoint *p) { return p->fatal ? -errno : 0; } + label_fix(p->where); + return 0; } -- cgit v1.2.3-54-g00ecf