mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Document umask requirement for fleetctl package (#23120)
Documentation for #22877.
This commit is contained in:
parent
b12f8695a2
commit
c1835c6a01
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ The `--type` flag is used to specify the fleetd installer type.
|
|||
|
||||
A `--fleet-url` (Fleet instance URL) and `--enroll-secret` (Fleet enrollment secret) must be specified in order to communicate with Fleet instance.
|
||||
|
||||
> `fleetctl` on macOS/Linux requires `umask` to be `022`/`002` and `/tmp` (used during package generation) has to be mounted without `noexec`.
|
||||
|
||||
#### Example
|
||||
|
||||
Generate fleetd on macOS (.pkg)
|
||||
|
|
|
|||
Loading…
Reference in a new issue