From 3309ed1efec70ce54272d982c18b02065c32dd79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Wed, 17 May 2017 18:20:02 +0200 Subject: [PATCH] ceph-docker-lint: remove chcon command MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit selinux is disabled so this command is useless. Signed-off-by: Sébastien Han --- ceph-docker-lint/build/build | 1 - 1 file changed, 1 deletion(-) diff --git a/ceph-docker-lint/build/build b/ceph-docker-lint/build/build index d18e713f..9682e476 100755 --- a/ceph-docker-lint/build/build +++ b/ceph-docker-lint/build/build @@ -25,7 +25,6 @@ function check(){ while read -r filename; do pushd "$(dirname "$filename")" file=$(basename "$filename") - chcon -t svirt_sandbox_file_t "$file" docker run -v "$(pwd)"/"$file":/"$file" koalaman/shellcheck --external-sources --exclude "$IGNORE_THESE_CODES" /"$file" popd done -- 2.39.5