From d682b3a7e7c7c2941a4d3e193f1e330dbc9fae89 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 10 Oct 2013 16:35:44 +0200 Subject: security: rework selinux, smack, ima, apparmor detection logic Always cache the results, and bypass low-level security calls when the respective subsystem is not enabled. --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index be152e9b8d..12c7d7cacf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -725,7 +725,11 @@ libsystemd_shared_la_SOURCES = \ src/shared/mkdir.c \ src/shared/mkdir.h \ src/shared/smack-util.c \ - src/shared/smack-util.h + src/shared/smack-util.h \ + src/shared/apparmor-util.c \ + src/shared/apparmor-util.h \ + src/shared/ima-util.c \ + src/shared/ima-util.h #------------------------------------------------------------------------------- noinst_LTLIBRARIES += \ -- cgit v1.2.3-54-g00ecf