mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-12 17:59:06 +02:00
Avoid a double hyphen inside the macOS manifest comments
This commit is contained in:
@@ -150,8 +150,8 @@
|
||||
<!-- ===== Daemon socket restriction =====
|
||||
Restricts the daemon control socket, and the JSON socket where it is
|
||||
enabled, to the listed principals. Accounts outside them cannot connect
|
||||
at all. Overrides the install-time --allow-group in both directions; an
|
||||
empty string lifts a restriction the install set.
|
||||
at all. Overrides the install-time allow-group flag in both directions;
|
||||
an empty string lifts a restriction the install set.
|
||||
|
||||
Unix group IDs in gid:<id> form, comma-separated. Resolved IDs rather
|
||||
than group names because the daemon reads this while starting and must
|
||||
|
||||
@@ -169,8 +169,8 @@
|
||||
Restricts the daemon control socket, and the JSON socket
|
||||
where it is enabled, to the listed principals. Accounts
|
||||
outside them cannot connect at all. Overrides the
|
||||
install-time --allow-group in both directions; an empty
|
||||
string lifts a restriction the install set.
|
||||
install-time allow-group flag in both directions; an
|
||||
empty string lifts a restriction the install set.
|
||||
|
||||
Unix group IDs in gid:<id> form, comma-separated. Resolved
|
||||
IDs rather than group names because the daemon reads this
|
||||
|
||||
Reference in New Issue
Block a user