From 47ca8450f2f17c56787f77000c31dc5cc37b0537 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Fri, 26 May 2023 16:19:37 -0500 Subject: [PATCH] consul: Reduce permissions to data-dir --- srcpkgs/consul/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/consul/template b/srcpkgs/consul/template index 2d032167d2a..7fbe8549d11 100644 --- a/srcpkgs/consul/template +++ b/srcpkgs/consul/template @@ -1,7 +1,7 @@ # Template file for 'consul' pkgname=consul version=1.15.2 -revision=2 +revision=3 build_style=go go_import_path="github.com/hashicorp/consul" _git_commit=5e08e229dbdaed5adf3ca99afe9df247c51507da @@ -13,7 +13,7 @@ homepage="https://www.consul.io/" distfiles="https://${go_import_path}/archive/v${version}.tar.gz" checksum=ce5e6666c9bd3ee8dcd60b2ed6e082ab9893fda3c0a2218add649c197f34f2f3 system_accounts="_consul" -make_dirs="/etc/consul.d 0755 _consul _consul +make_dirs="/etc/consul.d 0755 root _consul /var/lib/consul 0750 _consul _consul" post_install() {