Matt Hrono
Matt Hrono
When auditing a recipe or override with `autopkg audit $recipe` and adding the `-p` argument for plist output, I get a plist as expected, but it's simply appended to the...
- Adds call to `os.path.getsize()` to get `installer_item_size` in bytes - Adds output and description for `installer_item_size`
Relevant jamf API docs: https://developer.jamf.com/jamf-pro/reference/get_v1-managed-software-updates-available-updates Why? While this functionality in jamf is still tagged as `beta`, Apple has made some serious improvements to the reliability of managed software updates, particularly...
Relevant jamf API docs (classic): https://developer.jamf.com/jamf-pro/reference/restrictedsoftware Why? Because managing anything manually is frustrating! 🤣 Joking aside, I'd like for my team or others to be able to add/change/remove restricted software...
Baseline currently executes all configured steps as root (as it generally should), which of course enables it to install packages, run scripts to use the jamf binary, etc. In the...
As of the current version (`2.2`), running `Baseline.sh --version` results in the following output: ```+/usr/local/Baseline/Baseline.sh:9> scriptVersion=2.2 +/usr/local/Baseline/Baseline.sh:19> [ --version '=' --version ']' +/usr/local/Baseline/Baseline.sh:20> basename /usr/local/Baseline/Baseline.sh +/usr/local/Baseline/Baseline.sh:20> echo 'Baseline.sh by Second...