Merge pull request #7187 from trapier/notary-set-selinux-context

notary: set selinux context while installing
This commit is contained in:
Anne Henmi 2018-12-28 10:18:47 -07:00 committed by GitHub
commit e395b9de4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -33,8 +33,8 @@ curl -L <download-url> -o notary
# Make it executable
chmod +x notary
# Move it to a location in your path
sudo mv notary /usr/bin/
# Move it to a location in your path. Use the -Z option if you're using SELinux.
sudo mv -Z notary /usr/bin/
```
## Configure the Notary CLI client

View File

@ -33,8 +33,8 @@ curl -L <download-url> -o notary
# Make it executable
chmod +x notary
# Move it to a location in your path
sudo mv notary /usr/bin/
# Move it to a location in your path. Use the -Z option if you're using SELinux.
sudo mv -Z notary /usr/bin/
```
## Configure the Notary CLI client

View File

@ -41,8 +41,8 @@ curl -L <download-url> -o notary
# Make it executable
chmod +x notary
# Move it to a location in your path
sudo mv notary /usr/bin/
# Move it to a location in your path. Use the -Z option if you're using SELinux.
sudo mv -Z notary /usr/bin/
```
## Configure the Notary CLI client

View File

@ -41,8 +41,8 @@ curl -L <download-url> -o notary
# Make it executable
chmod +x notary
# Move it to a location in your path
sudo mv notary /usr/bin/
# Move it to a location in your path. Use the -Z option if you're using SELinux.
sudo mv -Z notary /usr/bin/
```
## Configure the Notary CLI client