mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
webapp.eclass: Use UID 0 instead of root
Bug: https://bugs.gentoo.org/595908 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# @ECLASS: webapp.eclass
|
||||
@@ -457,7 +457,7 @@ webapp_src_install() {
|
||||
chmod -R g-s "${D}/"
|
||||
|
||||
keepdir "${MY_PERSISTDIR}"
|
||||
fowners "root:0" "${MY_PERSISTDIR}"
|
||||
fowners "0:0" "${MY_PERSISTDIR}"
|
||||
fperms 755 "${MY_PERSISTDIR}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user