Carbon Black Defense PPPC profile failing

kunkelb
New Contributor II

Hey all,

Not sure if anyone else has seen this issue, but I'm trying to lay the groundwork for deploying Carbon Black Defense to my computers and the PPPC profile is failing to deploy.

The error message I get is:

In the payload (UUID: AA6E189E-CCFE-4C85-A9B0-A5FEDABF7487), the key 'CodeRequirement' has an invalid value.

I followed the sensor installation guide to put this PPPC profile together but I'm not having any luck deploying it to my test machine.

Anyone seen anything similar or have any advice?178d36af13f646c68015a7b9acb0ca5e

3 REPLIES 3

ajfunk
Contributor

Have you tried using PPPC Utility for this? We use Cb at our org and PPPC Utility worked flawlessly.

https://github.com/jamf/PPPC-Utility

mbrown2157
New Contributor III

I guess I used a totally different approach but it works. 1. Created a configuration profile to pre-aprove kext extensions.
9f4c6b0f447c4f8eb382b3161e6470f9
2. opened the supplied dmg file and copied the "CbDefense install.pkg"(i removed the extra space in file name) and the opened the super secret docs folder within the dmg and copied the cbdefense_install_unattended.sh.
779fb481f1bd4ba6b05801e2c196f904
3. used composer to create a package to copy both of them to /tmp then uploaded package to jamf
4. created a simple script in jamf: sudo /tmp/cbdefense_install_unattended.sh -i /tmp/CbDefenseInstall.pkg -c YOURKEYHERE --skip-kext-approval-check
5. Created a profile to install the package and then run the script(make sure After is selected when running the script).
86d65e81df2a41f0a60b7a7614d21018

robertliebsch
Contributor

New to CarbonBlack and getting the error you mentioned. Any solution?