]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-docker-lint: remove chcon command 718/head
authorSébastien Han <seb@redhat.com>
Wed, 17 May 2017 16:20:02 +0000 (18:20 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 17 May 2017 16:20:02 +0000 (18:20 +0200)
selinux is disabled so this command is useless.

Signed-off-by: Sébastien Han <seb@redhat.com>
ceph-docker-lint/build/build

index d18e713f5904d8c112af9eb3926de6068b8da311..9682e4761adcd71b535b2a81101ef07696261359 100755 (executable)
@@ -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