diff options
author | Marcos Rodrigues Gonzalez <mrgonzalez1275@gmail.com> | 2022-02-09 23:11:53 -0300 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2022-02-09 18:25:20 -0800 |
commit | f6c88e3fe2e538eb9854d74f1d5f2a46c5e91190 (patch) | |
tree | 427c3098033ce8469daff3cdf4057aabb1835d35 /dev-db/etcd | |
parent | sys-firmware/intel-microcode: bump (diff) | |
download | gentoo-f6c88e3fe2e538eb9854d74f1d5f2a46c5e91190.tar.gz gentoo-f6c88e3fe2e538eb9854d74f1d5f2a46c5e91190.tar.bz2 gentoo-f6c88e3fe2e538eb9854d74f1d5f2a46c5e91190.zip |
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@gmail.com>
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'dev-db/etcd')
-rw-r--r-- | dev-db/etcd/files/etcd.tmpfiles.d.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 - - |