diff options
author | Wenzong Fan <wenzong.fan@windriver.com> | 2017-02-23 04:29:06 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-05-02 10:32:22 -0400 |
commit | 5809730ec52d2f7b6680024f9f2ec5bc3e9ca3ce (patch) | |
tree | a025899a6a4659fdda8339ecea0f07083bf505b1 | |
parent | 99f4fc444d9d368ae8d39984eec180c992b544f3 (diff) | |
download | meta-selinux-5809730ec52d2f7b6680024f9f2ec5bc3e9ca3ce.tar.gz |
selinux-init: start service after local-fs.target
Fixing labels after local-fs.target to make sure all mounted
filesystems labeled correctly.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | recipes-security/selinux/selinux-init/selinux-init.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-security/selinux/selinux-init/selinux-init.service b/recipes-security/selinux/selinux-init/selinux-init.service index 93cc6ce..49c6d98 100644 --- a/recipes-security/selinux/selinux-init/selinux-init.service +++ b/recipes-security/selinux/selinux-init/selinux-init.service | |||
@@ -1,6 +1,7 @@ | |||
1 | [Unit] | 1 | [Unit] |
2 | Description=SELinux init service loading | 2 | Description=SELinux init service loading |
3 | DefaultDependencies=no | 3 | DefaultDependencies=no |
4 | After=local-fs.target | ||
4 | Before=sysinit.target | 5 | Before=sysinit.target |
5 | 6 | ||
6 | [Service] | 7 | [Service] |