diff options
author | John Hixson <jhixson@FreeBSD.org> | 2022-08-19 22:45:16 +0000 |
---|---|---|
committer | John Hixson <jhixson@FreeBSD.org> | 2022-08-19 22:48:45 +0000 |
commit | fd6aea61743bb5d429872edf9cf1204d1b64e8ec (patch) | |
tree | 17914d54b6d1c824a7ecd01867e75ec7febec85e /UIDs | |
parent | 477b0cfa0dc475af07a2e54bd2f6f9b4c3bb0017 (diff) | |
download | ports-fd6aea61743bb5d429872edf9cf1204d1b64e8ec.tar.gz ports-fd6aea61743bb5d429872edf9cf1204d1b64e8ec.zip |
sysutils/nomad: Change home of nomad user to /nonexistent
The port's default datadir is /var/tmp/nomad, which also happens to be
its user's home directory. Therefore installing the package always
creates a default datadir with permissions too lose to actually start
the service.
PR: 265230
Reported by: Michael Gmelin <grembo@FreeBSD.org>
Diffstat (limited to 'UIDs')
-rw-r--r-- | UIDs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -417,7 +417,7 @@ slurm:*:468:468::0:0:SLURM Daemon:/nonexistent:/usr/sbin/nologin consul:*:469:469::0:0:Consul Daemon:/var/tmp/consul:/usr/sbin/nologin serf:*:470:470::0:0:Serf Daemon:/nonexistent:/usr/sbin/nologin vault:*:471:471:daemon:0:0:Vault Daemon:/nonexistent:/usr/sbin/nologin -nomad:*:472:472::0:0:Nomad Daemon:/var/tmp/nomad:/usr/sbin/nologin +nomad:*:472:472::0:0:Nomad Daemon:/nonexistent:/usr/sbin/nologin minio:*:473:473::0:0:Minio Daemon:/var/tmp/minio:/usr/sbin/nologin gitlab-runner:*:474:474::0:0:GitLab Runner Daemon:/var/tmp/gitlab_runner:/usr/sbin/nologin traefik:*:475:475::0:0:Traefik Daemon:/var/tmp/traefik:/usr/sbin/nologin |