mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 06:58:30 +00:00
Related to #13310 and #13304 this adds two ways to enable script execution in `fleetd` (the orbit component) - By building a package with `--enable-scripts` - By providing a setting via a configuration profile (macOS only) Due to how the profile assignment works, this change automatically updates the `com.fleetdm.fleetd.config` for hosts that already have the profile installed. > [!NOTE] > Documentation is in [#13577](https://github.com/fleetdm/fleet/pull/13577) to decouple reviews.
2 lines
275 B
Text
2 lines
275 B
Text
* Add a `--enable-scripts` flag to `fleetctl package` to build a package capable of script execution
|
|
* Allow script execution to be enabled by providing a configuration profile with `PayloadType` equal to `com.fleetdm.fleetd.config` and a key `ScriptsEnabled` set to `true`.
|