From 520733bf2b444abbfa7e731bc2c82ee125ebea05 Mon Sep 17 00:00:00 2001 From: Erik Moeller Date: Fri, 16 Oct 2020 12:47:20 -0700 Subject: [PATCH] Remove libvirt-share target --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index fc62269c91..ea79d046f2 100644 --- a/Makefile +++ b/Makefile @@ -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..."