mirror of
https://github.com/fleetdm/fleet
synced 2026-04-30 18:07:56 +00:00
**Related issue:** Resolves #32083 # Checklist for submitter If some of the following don't apply, delete the relevant line. - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. - [x] Input data is properly validated, `SELECT *` is avoided, SQL injection is prevented (using placeholders for values in statements) ## Testing - [x] Added/updated automated tests - [x] Where appropriate, [automated tests simulate multiple hosts and test for host isolation](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/reference/patterns-backend.md#unit-testing) (updates to one hosts's records do not affect another) - [x] QA'd all new/changed functionality manually ## Database migrations - [x] Checked table schema to confirm autoupdate - [x] Checked schema for all modified table for columns that will auto-update timestamps during migration. - [x] Confirmed that updating the timestamps is acceptable, and will not cause unwanted side effects.
23 lines
No EOL
1.1 KiB
XML
23 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<installer-gui-script authoringTool="Packages" authoringToolVersion="1.2.10" authoringToolBuild="732" minSpecVersion="1.0">
|
|
<options hostArchitectures="x86_64,arm64"/>
|
|
<!--+==========================+
|
|
| Presentation |
|
|
+==========================+-->
|
|
<title>DISTRIBUTION_TITLE</title>
|
|
<background file="background" uti="public.png" scaling="proportional" alignment="bottomleft"/>
|
|
<background-darkAqua file="background" uti="public.png" scaling="proportional" alignment="bottomleft"/>
|
|
<!--+==========================+
|
|
| Installer |
|
|
+==========================+-->
|
|
<choices-outline>
|
|
<line choice="installer_choice_1"/>
|
|
</choices-outline>
|
|
<choice id="installer_choice_1" title="Privileges" description="">
|
|
<pkg-ref id="corp.sap.privileges.pkg"/>
|
|
</choice>
|
|
<!--+==========================+
|
|
| Package References |
|
|
+==========================+-->
|
|
<pkg-ref id="corp.sap.privileges.pkg" version="2.4.0" auth="Root" installKBytes="3905">#Privileges.pkg</pkg-ref>
|
|
</installer-gui-script> |