So im' trying to push this configuration profile:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<dict>
<key>familyControlsEnabled</key>
<true />
<key>pathBlackList</key>
<array>
<string>/Users/</string>
</array>
<key>pathWhiteList</key>
<array>
<string>/Applications</string>
<string>/System Library</string>
<string>/Library</string>
<string>/bin</string>
<string>/usr/bin/</string>
<string>~/Library/Application Support/Microsoft/EdgeUpdater/</string>
<string>~/Library/Application Support/Google/GoogleUpdater/</string>
</array>
<key>PayloadDisplayName</key>
<string>Parental Controls: Application Access #1</string>
<key>PayloadIdentifier</key>
<string>com.apple.applicationaccess.new.784c5e57-431d-4d5e-ab35-b9731d32f69e</string>
<key>PayloadType</key>
<string>com.apple.applicationaccess.new</string>
<key>PayloadUUID</key>
<string>b18df035-a7fb-400d-ba14-196c9c2cc752</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadIdentifier</key>
<string>MacBook.2e1c8c38-306a-447c-9c1a-9a692c2a507b</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>ef7493c5-9929-426f-afe5-f505de9171b8</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</plist>
but got one pesky app, called EdgeUpdater, that keeps spamming me with "you don't have permissions to run me". The app seems to be inside the Microsoft Edge app in Applications and not in the Application Support folder, but i whitelisted it anyway, didn't work.
Anyone had this issue?