summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2020-12-21 21:51:31 -0600
committerWilliam Hubbs <williamh@gentoo.org>2020-12-21 21:54:57 -0600
commit05b4c1ae582d30efa85d7632d6dae8dbb1731d34 (patch)
tree6ddd86c17546a1b82977f8ae68dabc010f62433c /acct-user
parentnet-misc/dropbear: ~x64-macos keyworded (diff)
downloadgentoo-05b4c1ae582d30efa85d7632d6dae8dbb1731d34.tar.gz
gentoo-05b4c1ae582d30efa85d7632d6dae8dbb1731d34.tar.bz2
gentoo-05b4c1ae582d30efa85d7632d6dae8dbb1731d34.zip
acct-user/etcd: fix home directory permissions
Closes: https://bugs.gentoo.org/760084 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r--acct-user/etcd/etcd-0.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/acct-user/etcd/etcd-0.ebuild b/acct-user/etcd/etcd-0.ebuild
index 83c47c1df732..d682dc9b6422 100644
--- a/acct-user/etcd/etcd-0.ebuild
+++ b/acct-user/etcd/etcd-0.ebuild
@@ -7,6 +7,7 @@ inherit acct-user
DESCRIPTION="User for etcd"
ACCT_USER_HOME=/var/lib/etcd
+ACCT_USER_HOME_PERMS=700
ACCT_USER_ID=426
ACCT_USER_GROUPS=( etcd )