From e606b23117c1d4cc1fcbb04c8ef0e320f1307598 Mon Sep 17 00:00:00 2001 From: zhangsong34 Date: Sat, 21 Mar 2020 03:22:38 +0800 Subject: [PATCH] iSulad: fix for authz connection bug Signed-off-by: zhangsong34 --- iSulad.spec | 2 +- src/http/http.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iSulad.spec b/iSulad.spec index 8004d07..dd8b594 100644 --- a/iSulad.spec +++ b/iSulad.spec @@ -1,5 +1,5 @@ %global _version 2.0.0 -%global _release 20200317.234132.gite3328fb3 +%global _release 20200321.032232.gitaec8336d %global is_systemd 1 %global debug_package %{nil} diff --git a/src/http/http.h b/src/http/http.h index d447ec2..573a0ae 100644 --- a/src/http/http.h +++ b/src/http/http.h @@ -78,7 +78,7 @@ struct http_get_options { #define HTTP_REQUEST_FILE 1 /* authz unix sock and request url */ -#define AUTHZ_UNIX_SOCK "/run/docker/plugins/authz-broker.sock" +#define AUTHZ_UNIX_SOCK "/run/isulad/plugins/authz-broker.sock" #define AUTHZ_REQUEST_URL "http://localhost/isulad.auth" /* http response code */