1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/sysutils/nomad/pkg-message
John Hixson 38014c3b12 sysutils/nomad: update to v1.3.1
Security fix for data_dir as discussed here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264425

PR:	264425
Reported by:	Michael Gmeli <grembo@FreeBSD.org>
2022-06-09 16:49:10 -07:00

16 lines
537 B
Plaintext

[
{ type: upgrade,
message: <<EOM
The nomad rc script requires the nomad data directory (as configured
in the rc variable `nomad_dir`) to use strict directory permissions.
If your nomad data directory was created automatically using a
previous version of the package, it is likely that its permissions
are too lax. If that is the case, nomad will refuse to start with
an error message and the situation can be resolved by adjusting
directory permissions manually by issuing the chmod command,
e.g. `chmod 700 /var/tmp/nomad`.
EOM
}
]