commit: f6c88e3fe2e538eb9854d74f1d5f2a46c5e91190 Author: Marcos Rodrigues Gonzalez <mrgonzalez1275 <AT> gmail <DOT> com> AuthorDate: Thu Feb 10 02:11:53 2022 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Thu Feb 10 02:25:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c88e3f
dev-db/etcd: fix tmpfile permission for /var/lib Closes: https://bugs.gentoo.org/761954 Closes: https://github.com/gentoo/gentoo/pull/24140 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Marcos Rodrigues Gonzalez <mrgonzalez1275 <AT> gmail.com> Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-db/etcd/files/etcd.tmpfiles.d.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/etcd/files/etcd.tmpfiles.d.conf b/dev-db/etcd/files/etcd.tmpfiles.d.conf index 721e9c9161a3..b93ac987f287 100644 --- a/dev-db/etcd/files/etcd.tmpfiles.d.conf +++ b/dev-db/etcd/files/etcd.tmpfiles.d.conf @@ -1,2 +1,2 @@ -d /var/lib/etcd 0755 etcd etcd - - +d /var/lib/etcd 0700 etcd etcd - - d /var/run/etcd 0755 etcd etcd - -
