summaryrefslogtreecommitdiffstats
path: root/package/setools/Config.in
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2015-06-02 08:28:18 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-17 23:02:27 +0200
commitdad81a3abf5ebfc2a7ea0722edb484f4e37af3ba (patch)
treed344453f3f0f49b8e7a11225c9cb5d7d6b8b40b6 /package/setools/Config.in
parent5ab7bf0bf4952be85ac1e64e62d8831798f0a8ee (diff)
downloadbuildroot-dad81a3abf5ebfc2a7ea0722edb484f4e37af3ba.tar.gz
buildroot-dad81a3abf5ebfc2a7ea0722edb484f4e37af3ba.zip
setools: new package
[Thomas: - remove HOST_AUTORECONF = YES, since it is implied by AUTORECONF = YES.] Signed-off-by: Clayton Shotwell <clayton.shotwell@rockwellcollins.com> Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/setools/Config.in')
-rw-r--r--package/setools/Config.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/package/setools/Config.in b/package/setools/Config.in
new file mode 100644
index 0000000000..57397a5e60
--- /dev/null
+++ b/package/setools/Config.in
@@ -0,0 +1,25 @@
+config BR2_PACKAGE_SETOOLS
+ bool "setools"
+ select BR2_PACKAGE_LIBSELINUX
+ select BR2_PACKAGE_SQLITE
+ select BR2_PACKAGE_LIBXML2
+ select BR2_PACKAGE_BZIP2
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_STATIC_LIBS
+ depends on BR2_INSTALL_LIBSTDCPP
+ help
+ SETools is an open source project designed to facilitate
+ SELinux policy analysis. The primary tools are:
+ * apol - analyze a SELinux policy.
+ * seaudit - analyze audit messages from SELinux.
+ * seaudit-report - generate highly-customized audit log
+ reports.
+ * sechecker - command line tool for performing modular
+ checks on an SELinux policy.
+ * sediff - semantic policy difference tool for SELinux.
+ * secmds - command-line tools to analyze and search SELinux
+ policy.
+
+comment "setools needs a toolchain w/ threads, C++, dynamic library"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
+ || !BR2_INSTALL_LIBSTDCPP
OpenPOWER on IntegriCloud