From b4565415b48fb2acba07bb327bca1e7eb334ee7d Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Thu, 28 May 2020 14:27:55 +0200 Subject: Makefile: add target build-interface-db MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Build the policy interface database with 'sepolgen-ifgen'. This database is required for reference style policy generation by 'audit2allow --reference' Signed-off-by: Christian Göttsche Signed-off-by: Jason Zaman --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') diff --git a/README b/README index 7ac92f25..1fdc4e5b 100644 --- a/README +++ b/README @@ -60,6 +60,11 @@ install-headers Install the policy headers into /usr/share/selinux/NAME. for this policy configuration should be set before using this target. +build-interface-db Build the policy interface database with + 'sepolgen-ifgen'. This database is required for + reference style policy generation by + 'audit2allow --reference'. + Make targets specific to monolithic policies: policy Compile a policy locally for development and testing. -- cgit v1.2.3-65-gdbad