difos/package/network/services/dnsmasq/files/dnsmasqsec_hotplug_acl.json
Daniel Golle 2e746b4d29 busybox: make username consistent
ntpd in packages feed had already a user 'ntp' with UID 123 declared.
Rename the username of busybox-ntpd to be 'ntp' instead of 'ntpd' so
it doesn't clash.

Reported-by: Etienne Champetier <champetier.etienne@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-10-25 17:26:30 +00:00

8 lines
82 B
JSON

{
"user": "ntp",
"access": {
"service": {
"methods": [ "signal" ]
}
}
}