issues pacakging cyberark EPM latest version any ideas

Hirogen10
New Contributor
our packager is using the official documentation and asked a specialist with help see below but no luck seems to get stuck, epm is fully removed from the MAC, it was even rebuilt to insure this. Any ideas why we can't seem to package it?
 
 
 
  1. Send over an example of the command being used
  2. The user is an admin with sudo - Try running sudo ls / if it prompts for credentials then the user has sudo rights.
  3. Try putting the files on the Desktop. Then confirm they are not quarantined by gatekeeper xattr -l /path/to/your/file if it returns com.apple.quarantine you need to run xattr -d com.apple.quarantine /path/to/your/file to fix.
Confirm these first... if no luck, we can isolate further by creating a mac VM. It only takes a few minutes using Orka Desktop. The VM will be clean and try again there.
 
 
 
 
 

The command line being used with the old key is: sudo /Users/firstname.lastname/Desktop/CyberArkEPMAgent24.8.0.392/Install\ CyberArk\ EPM.app/Contents/MacOS/CyberArk\ EPM -createInstallerPackage -installationKey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxD1Ya0pFRkx= -configuration /Users/firstname.lastname/Desktop/CyberArkEPMAgent24.8.0.392/CyberArkEPMAgentSetupMacos.config -token xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
 
 
missing the . in sudo ./
 
 
$ sudo "<path to CyberArkEPMInstaller>" [-adminUser "<administrator user name>"] [-adminPassword "<administrator password>"] [-token "<token>"] [-installationKey "<installation key>"] [-configuration "<configuration file>"]
 
 
 

if that does not work, try taking the -token part off
 
 
 
$ sudo ./"<path to CyberArkEPMInstaller>

yes, it's best to cd into the directory first, so... cd /Users/firstname.lastname/Desktop/CyberArkEPMAgent24.8.0.392/Install\ CyberArk\ EPM.app/Contents/MacOS/then run the command as sudo ./CyberArk\ EPM -createInstaller

One more idea for you. Guessing you posted the file to a share of sorts and moved it around. The ownership and permissions might be out of wack. Try this
chown -R your_username my_folder chmod -R 755 my_folder
2 REPLIES 2

cdev
Contributor III

I've always done it this way, with the key saved in a plain txt file:

cd /path/to/Install\ CyberArk\ EPM.app/Contents/MacOS

sudo ./CyberArk\ EPM -createInstallerPackage -installationKey /path/to/key.txt -configuration /path/to/CyberArkEPMAgentSetupMacos.config -token <tamper protection token>

 

Hirogen10
New Contributor

seems to be an issue with the package location see error log below

 

Failed to create installer package: ProcessError(terminationStatus: 1, output: Optional("xattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/MacOS/CyberArkEPMInstaller\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/MacOS/CyberArkEPMInstaller\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/MacOS/CyberArk EPM\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/MacOS/CyberArk EPM\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMAuthorizationPlugin.bundle/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMAuthorizationPlugin.bundle/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMAuthorizationPlugin.bundle/Contents/MacOS/CyberArkEPMAuthorizationPlugin\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMAuthorizationPlugin.bundle/Contents/MacOS/CyberArkEPMAuthorizationPlugin\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMAuthorizationPlugin.bundle/Contents/Resources/AuthorizationPluginView.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMAuthorizationPlugin.bundle/Contents/Resources/AuthorizationPluginView.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/MacOS/CyberArkEPMFinderExtension\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/MacOS/CyberArkEPMFinderExtension\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoPolicySectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoPolicySectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/8z8-kz-1UA-view-mZj-E2-99T.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/8z8-kz-1UA-view-mZj-E2-99T.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/Urr-5G-Nwm-view-QMr-cF-m0O.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/Urr-5G-Nwm-view-QMr-cF-m0O.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoOriginSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoOriginSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/0Nb-gl-4rV-view-orf-Mu-mrp.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/0Nb-gl-4rV-view-orf-Mu-mrp.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoTargetSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoTargetSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/XfG-lQ-9wD-view-m2S-Jp-Qdl.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/XfG-lQ-9wD-view-m2S-Jp-Qdl.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/iLa-qE-K2F-view-Y5n-5Z-3dx.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/iLa-qE-K2F-view-Y5n-5Z-3dx.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/NSWindowController-B8D-0N-5wS.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/NSWindowController-B8D-0N-5wS.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/mAT-8Y-5Jo-view-1hT-Dx-nu1.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/mAT-8Y-5Jo-view-1hT-Dx-nu1.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/NSViewController-iLa-qE-K2F.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/NSViewController-iLa-qE-K2F.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoBundleSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoBundleSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMFinderExtension.appex/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMPAM.dylib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PlugIns/CyberArkEPMPAM.dylib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/About.html\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/About.html\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/About.html\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationKeyView.storyboardc/Lzb-IG-HED-view-6S3-fQ-oqb.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationKeyView.storyboardc/Lzb-IG-HED-view-6S3-fQ-oqb.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationKeyView.storyboardc/NSViewController-Lzb-IG-HED.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationKeyView.storyboardc/NSViewController-Lzb-IG-HED.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoPolicySectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoPolicySectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/8z8-kz-1UA-view-mZj-E2-99T.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/8z8-kz-1UA-view-mZj-E2-99T.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/Urr-5G-Nwm-view-QMr-cF-m0O.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/Urr-5G-Nwm-view-QMr-cF-m0O.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoOriginSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoOriginSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/0Nb-gl-4rV-view-orf-Mu-mrp.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/0Nb-gl-4rV-view-orf-Mu-mrp.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoTargetSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoTargetSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/XfG-lQ-9wD-view-m2S-Jp-Qdl.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/XfG-lQ-9wD-view-m2S-Jp-Qdl.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/iLa-qE-K2F-view-Y5n-5Z-3dx.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/iLa-qE-K2F-view-Y5n-5Z-3dx.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/NSWindowController-B8D-0N-5wS.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/NSWindowController-B8D-0N-5wS.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/mAT-8Y-5Jo-view-1hT-Dx-nu1.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/mAT-8Y-5Jo-view-1hT-Dx-nu1.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/NSViewController-iLa-qE-K2F.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/NSViewController-iLa-qE-K2F.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoBundleSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FilePolicyInfo.storyboardc/FilePolicyInfoBundleSectionViewController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/Settings.storyboardc/InstallationKeyView.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/Settings.storyboardc/InstallationKeyView.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/Settings.storyboardc/CEe-Xo-tax-view-hc3-l2-RN5.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/Settings.storyboardc/CEe-Xo-tax-view-hc3-l2-RN5.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/Settings.storyboardc/PreferencesWindowController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/Settings.storyboardc/PreferencesWindowController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FeedbackAttachmentCollectionViewItem.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FeedbackAttachmentCollectionViewItem.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FeedbackAssistant.storyboardc/ixH-3G-Zag-view-Vtz-mC-EQb.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FeedbackAssistant.storyboardc/ixH-3G-Zag-view-Vtz-mC-EQb.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FeedbackAssistant.storyboardc/tPl-dS-29R-view-WP6-Dj-I40.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FeedbackAssistant.storyboardc/tPl-dS-29R-view-WP6-Dj-I40.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FeedbackAssistant.storyboardc/NSViewController-ixH-3G-Zag.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FeedbackAssistant.storyboardc/NSViewController-ixH-3G-Zag.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FeedbackAssistant.storyboardc/FeedbackAssistantWindowController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/FeedbackAssistant.storyboardc/FeedbackAssistantWindowController.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/NSViewController-Vaq-Vh-cla.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/NSViewController-Vaq-Vh-cla.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/p9Q-xX-HKQ-view-TJy-nL-z8L.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/p9Q-xX-HKQ-view-TJy-nL-z8L.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/NSWindowController-fzR-4M-cLP.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/NSWindowController-fzR-4M-cLP.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/NSViewController-UfQ-Qc-S38.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/NSViewController-UfQ-Qc-S38.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/Vaq-Vh-cla-view-dg9-ke-e1b.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/Vaq-Vh-cla-view-dg9-ke-e1b.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/UBX-zH-3Qr-view-u5M-9Q-8DE.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/UBX-zH-3Qr-view-u5M-9Q-8DE.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/NSViewController-p9Q-xX-HKQ.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Base.lproj/InstallationAssistant.storyboardc/NSViewController-p9Q-xX-HKQ.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMInstallationAssistant\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMInstallationAssistant\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/MacOS/com.cyberark.CyberArkEPMScriptSandbox\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/MacOS/com.cyberark.CyberArkEPMScriptSandbox\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMScriptSandbox.bundle/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMLCDModule\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMLCDModule\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/MacOS/com.cyberark.CyberArkEPMNetworkSession\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/MacOS/com.cyberark.CyberArkEPMNetworkSession\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/com.cyberark.CyberArkEPMNetworkSession.bundle/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/MacOS/CyberArk EPM Agent\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/MacOS/CyberArk EPM Agent\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/Resources/Base.lproj/EnableSecureTokenPanel.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/Resources/Base.lproj/EnableSecureTokenPanel.nib\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/LaunchServices/CyberArk EPM Agent.app/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMNetworkExtension.systemextension/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMNetworkExtension.systemextension/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMNetworkExtension.systemextension/Contents/MacOS/com.cyberark.CyberArkEPMNetworkExtension\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMNetworkExtension.systemextension/Contents/MacOS/com.cyberark.CyberArkEPMNetworkExtension\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMNetworkExtension.systemextension/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMNetworkExtension.systemextension/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMNetworkExtension.systemextension/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMNetworkExtension.systemextension/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMNetworkExtension.systemextension/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMNetworkExtension.systemextension/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMEndpointSecurityExtension.systemextension/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMEndpointSecurityExtension.systemextension/Contents/_CodeSignature/CodeResources\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMEndpointSecurityExtension.systemextension/Contents/MacOS/com.cyberark.CyberArkEPMEndpointSecurityExtension\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMEndpointSecurityExtension.systemextension/Contents/MacOS/com.cyberark.CyberArkEPMEndpointSecurityExtension\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMEndpointSecurityExtension.systemextension/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMEndpointSecurityExtension.systemextension/Contents/Resources/AppIcon.icns\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMEndpointSecurityExtension.systemextension/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMEndpointSecurityExtension.systemextension/Contents/Resources/Assets.car\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMEndpointSecurityExtension.systemextension/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Library/SystemExtensions/com.cyberark.CyberArkEPMEndpointSecurityExtension.systemextension/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/embedded.provisionprofile\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Helpers/CyberArkEPMUninstall\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Helpers/CyberArkEPMUninstall\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Helpers/CyberArkEPM\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/Helpers/CyberArkEPM\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/Install CyberArk EPM.app/Contents/PkgInfo\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/CyberArkEPMAgentSetupMacos.config\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/CyberArkEPMAgentSetupMacos.config\'\nxattr: [Errno 1] Operation not permitted: \'/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/com.cyberark.CyberArkEPM.6649441458333.scripts/CyberArkEPMAgentSetupMacos.config\'"), readerError: nil, writerError: nil)