From 54ab2ffa65c97e9c2b88e61f69508a35e2aaf859 Mon Sep 17 00:00:00 2001 From: Trapier Marshall Date: Wed, 8 Aug 2018 11:52:07 -0400 Subject: [PATCH] notary: set selinux context while installing Signed-off-by: Trapier Marshall --- .../2.2/guides/user/access-dtr/configure-your-notary-client.md | 2 +- .../2.3/guides/user/access-dtr/configure-your-notary-client.md | 2 +- .../2.4/guides/user/access-dtr/configure-your-notary-client.md | 2 +- ee/dtr/user/access-dtr/configure-your-notary-client.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client.md b/datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client.md index 59bcb2e0e3..2b3a660447 100644 --- a/datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client.md +++ b/datacenter/dtr/2.2/guides/user/access-dtr/configure-your-notary-client.md @@ -34,7 +34,7 @@ curl -L -o notary chmod +x notary # Move it to a location in your path -sudo mv notary /usr/bin/ +sudo mv -Z notary /usr/bin/ ``` ## Configure the Notary CLI client diff --git a/datacenter/dtr/2.3/guides/user/access-dtr/configure-your-notary-client.md b/datacenter/dtr/2.3/guides/user/access-dtr/configure-your-notary-client.md index 2142a73f7e..dc14c60071 100644 --- a/datacenter/dtr/2.3/guides/user/access-dtr/configure-your-notary-client.md +++ b/datacenter/dtr/2.3/guides/user/access-dtr/configure-your-notary-client.md @@ -34,7 +34,7 @@ curl -L -o notary chmod +x notary # Move it to a location in your path -sudo mv notary /usr/bin/ +sudo mv -Z notary /usr/bin/ ``` ## Configure the Notary CLI client diff --git a/datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client.md b/datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client.md index aee56a291b..8887f08ac6 100644 --- a/datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client.md +++ b/datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client.md @@ -42,7 +42,7 @@ curl -L -o notary chmod +x notary # Move it to a location in your path -sudo mv notary /usr/bin/ +sudo mv -Z notary /usr/bin/ ``` ## Configure the Notary CLI client diff --git a/ee/dtr/user/access-dtr/configure-your-notary-client.md b/ee/dtr/user/access-dtr/configure-your-notary-client.md index 780221be88..29de0a7eb3 100644 --- a/ee/dtr/user/access-dtr/configure-your-notary-client.md +++ b/ee/dtr/user/access-dtr/configure-your-notary-client.md @@ -42,7 +42,7 @@ curl -L -o notary chmod +x notary # Move it to a location in your path -sudo mv notary /usr/bin/ +sudo mv -Z notary /usr/bin/ ``` ## Configure the Notary CLI client