autopkg / novaksam-recipes

JSS Autopkg recipes
Apache License 2.0
12 stars 24 forks source link

Updated Suspicious Package Recipes #30

Closed MLBZ521 closed 6 years ago

MLBZ521 commented 6 years ago

Updated the Suspicious Package download and pkg Recipes.

I removed the extra processors in the pkg recipe as most would fail using the AppPkgCreator processor.

The MinimumOSExtractor processor was also only able to determine the the OS requirements as such: OS_REQUIREMENTS': '10.11.x,10.12.x which I believe isn't what most people would want to set.

Feel free to make any changes if you have different preferences.

novaksam commented 6 years ago

@MLBZ521 The minimum OS extractor takes the MinimumOS attribute from a Info.plist file within an application and creates a variable from that OS up to the OS that the autoPKG station is running, so if you're running on 10.12, that'll be the top end MinimumOSExtractor will allow, just FYI.

MLBZ521 commented 6 years ago

OH! I read that in the output..

MinimumOSExtractor: No value supplied for maximum_os_version, setting default value of: HOST_OS

I guess I just didn't think what it was actually doing based on that.

Thanks! 👍