summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-03-15 13:15:58 -0400
committerColin Walters <walters@verbum.org>2014-03-15 13:16:14 -0400
commitba4f7ac7be9f2b47c019e2edfd58ff1de4b9c265 (patch)
tree490bbba6f02f89ad88c039c148fc6c7a9c51156f /configure.ac
parentb6b7d37c9d15f0211a39687fd72d9c7c350dfa2c (diff)
downloadostree-ba4f7ac7be9f2b47c019e2edfd58ff1de4b9c265.tar.gz
Remove custom SELinux policy
This was a temporary hack until the requisite bits landed upstream in the Fedora SELinux policy.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 02b03694..439d291d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,12 +164,6 @@ AS_IF([ test x$with_selinux != xno ], [
if test x$with_selinux != xno; then OSTREE_FEATURES="$OSTREE_FEATURES +selinux"; fi
AM_CONDITIONAL(USE_SELINUX, test $with_selinux != no)
-dnl FIXME remove this
-AC_ARG_ENABLE(selinux-custom-policy,
- AS_HELP_STRING([--enable-selinux-custom-policy], [Custom policy overrides]),,
- enable_selinux_custom_policy=no)
-AM_CONDITIONAL(BUILD_SELINUX_CUSTOM_POLICY, test x$enable_selinux_custom_policy = xyes)
-
AC_ARG_WITH(dracut,
AS_HELP_STRING([--with-dracut],
[Install dracut module (default: no)]),,
@@ -209,7 +203,6 @@ AC_CONFIG_FILES([
Makefile
embedded-dependencies/Makefile
doc/Makefile
-selinux/Makefile
src/libostree/ostree-1.pc
])
AC_OUTPUT