commit: 3c93ff50db93df94fc4820d3a41c40d4c524e152
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 21:43:46 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 21:43:46 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c93ff50
games-server/monopd: Run as nobody:nogroup
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-server/monopd/files/monopd.initd | 1 +
1 file changed, 1 insertion(+)
diff --git a/games-server/monopd/files/monopd.initd
b/games-server/monopd/files/monopd.initd
index 80b93090d3da..da960f96bebd 100644
--- a/games-server/monopd/files/monopd.initd
+++ b/games-server/monopd/files/monopd.initd
@@ -4,6 +4,7 @@
command="monopd"
command_background="true"
+command_user="nobody:nogroup"
pidfile="/run/${RC_SVCNAME}.pid"
depend() {