diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-27 05:47:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-27 05:47:02 +0200 |
commit | c4dcdb9f4785937f2b73700e66b8cafa452f60a7 (patch) | |
tree | 6f4fc5d360c6ffff57f911e580c6747800958baa /Makefile.am | |
parent | ade509ce73ba1de3bcda8b012961a3045f721df7 (diff) |
selinux: automatically load policy if the initrd hasn't done this for us yet
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5c4a2e76dd..e079ac89e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -399,6 +399,7 @@ libsystemd_core_la_SOURCES = \ src/cgroup.c \ src/mount-setup.c \ src/hostname-setup.c \ + src/selinux-setup.c \ src/loopback-setup.c \ src/kmod-setup.c \ src/locale-setup.c \ |