notary: set selinux context while installing

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall 2018-08-08 11:52:07 -04:00
parent 806f138b05
commit 54ab2ffa65
4 changed files with 4 additions and 4 deletions

View File

@ -34,7 +34,7 @@ curl -L <download-url> -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

View File

@ -34,7 +34,7 @@ curl -L <download-url> -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

View File

@ -42,7 +42,7 @@ curl -L <download-url> -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

View File

@ -42,7 +42,7 @@ curl -L <download-url> -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