Skip to content

Commit

Permalink
Merge pull request #5587 from freedomofpress/remove-libvirt-share
Browse files Browse the repository at this point in the history
Remove libvirt-share target
  • Loading branch information
zenmonkeykstop authored Oct 19, 2020
2 parents 44a2e52 + 520733b commit 1728f5c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -194,13 +194,6 @@ testinfra: ## Run infra tests against a local staging environment.
@MOLECULE_ACTION=verify $(SDROOT)/devops/scripts/create-staging-env
@echo

.PHONY: libvirt-share
libvirt-share: ## Configure ACLs to allow RWX for libvirt VM (e.g. Admin Workstation).
@echo "███ Configuring ACLs for admin workstation..."
@find "$(SDROOT)" -type d -and -user $$USER -exec setfacl -m u:libvirt-qemu:rwx {} +
@find "$(SDROOT)" -type f -and -user $$USER -exec setfacl -m u:libvirt-qemu:rw {} +
@echo

.PHONY: self-signed-https-certs
self-signed-https-certs: ## Generate self-signed certs for testing the HTTPS config.
@echo "███ Generating self-signed HTTPS certs for testing..."
Expand Down

0 comments on commit 1728f5c

Please sign in to comment.