aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2013-10-23 22:49:01 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-12 16:53:01 +0000
commit28830d3988047023d3b47bcaf320f5efa4428da6 (patch)
tree4f5359bdee6f0de4aa559a32ec320e6c279e99ca /scripts
parentdd9945dd510d6e7764721bec5573591a0ad69ba4 (diff)
downloadopenembedded-core-contrib-28830d3988047023d3b47bcaf320f5efa4428da6.tar.gz
wic: Remove selinux_check()
This seems to be an obsolete check - we don't have any problems with image creation under selinux, so remove it. (From OE-Core master rev: 12e81eceab9e0a483765566ad3791b14718195b5) Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/mic/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/lib/mic/conf.py b/scripts/lib/mic/conf.py
index 58fad51f89..b850d80520 100644
--- a/scripts/lib/mic/conf.py
+++ b/scripts/lib/mic/conf.py
@@ -186,10 +186,6 @@ class ConfigMgr(object):
self.create['name_prefix'],
self.create['name_suffix'])
- # check selinux, it will block arm and btrfs image creation
- misc.selinux_check(self.create['arch'],
- [p.fstype for p in ks.handler.partition.partitions])
-
def set_runtime(self, runtime):
if runtime not in ("bootstrap", "native"):
msger.error("Invalid runtime mode: %s" % runtime)