All of lore.kernel.org
 help / color / mirror / Atom feed
From: william.c.roberts@intel.com
To: selinux@tycho.nsa.gov, seandroid-list@tycho.nsa.gov, sds@tycho.nsa.gov
Subject: [PATCH 1/3] libselinux: drop build config EMBEDDED=y
Date: Wed, 28 Sep 2016 11:26:07 -0400	[thread overview]
Message-ID: <1475076369-13586-1-git-send-email-william.c.roberts@intel.com> (raw)

From: William Roberts <william.c.roberts@intel.com>

It was reported that this is no longer used, so drop it.

Signed-off-by: William Roberts <william.c.roberts@intel.com>
---
 libselinux/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/libselinux/Makefile b/libselinux/Makefile
index 5a8d42c..d1532e8 100644
--- a/libselinux/Makefile
+++ b/libselinux/Makefile
@@ -4,12 +4,6 @@ DISABLE_AVC ?= n
 DISABLE_SETRANS ?= n
 DISABLE_RPM ?= n
 DISABLE_BOOL ?= n
-ifeq ($(EMBEDDED),y)
-	override DISABLE_AVC=y
-	override DISABLE_SETRANS=y
-	override DISABLE_RPM=y
-	override DISABLE_BOOL=y
-endif
 ifeq ($(DISABLE_AVC),y)
 	EMFLAGS+= -DDISABLE_AVC
 endif
-- 
1.9.1

             reply	other threads:[~2016-09-28 15:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-28 15:26 william.c.roberts [this message]
2016-09-28 15:26 ` [PATCH 2/3] libselinux: drop DISABLE_AVC=y william.c.roberts
2016-09-28 15:26 ` [PATCH 3/3] libselinux: drop DISABLE_BOOL=y option william.c.roberts
2016-09-28 15:51   ` Stephen Smalley
2016-09-28 15:55     ` William Roberts

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1475076369-13586-1-git-send-email-william.c.roberts@intel.com \
    --to=william.c.roberts@intel.com \
    --cc=sds@tycho.nsa.gov \
    --cc=seandroid-list@tycho.nsa.gov \
    --cc=selinux@tycho.nsa.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.