From cfb1f5df7ce6868d3edb7333591b91c9809d64d3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 3 Nov 2014 21:09:38 +0100 Subject: core: introduce ConditionSecurity=audit And conditionalize journald audit support with it --- src/shared/audit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/audit.h') diff --git a/src/shared/audit.h b/src/shared/audit.h index 0effc0baa0..b4aecffb30 100644 --- a/src/shared/audit.h +++ b/src/shared/audit.h @@ -27,3 +27,5 @@ int audit_session_from_pid(pid_t pid, uint32_t *id); int audit_loginuid_from_pid(pid_t pid, uid_t *uid); + +bool use_audit(void); -- cgit v1.2.3-54-g00ecf