-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate rules for TeamsUpdaterDaemon #48
Comments
I am seeing the same issue but for |
@jguerin / @apfrod can you post a copy of the plists? The issue is BlockBlock isn't able (for some reason) to pull out the item that is being persisted (from the plist) ...hence shows "item: not specified" ...hence creates multiple rules. Seeing the plists would help track down why this is this case! Thanks! |
Here's what's in the TeamsUpdater plist: <?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>Label</key>
<string>com.microsoft.teams.TeamsUpdaterDaemon</string>
<key>MachServices</key>
<dict>
<key>com.microsoft.teams.TeamsUpdaterDaemon</key>
<true/>
</dict>
<key>Program</key>
<string>/Applications/Microsoft Teams.app/Contents/TeamsUpdaterDaemon.xpc/Contents/MacOS/TeamsUpdaterDaemon</string>
</dict>
</plist> Let me know if you need an actual copy of it. |
Sorry, my plist seems to no longer be there. But here is
|
This issue might be unique to me, as I'm dogfooding Teams, but I'm getting tons of duplicate rules for the same TeamsUpdaterDaemon in BlockBlock:
This might be due to the plist constantly being modified - is this causing BlockBlock to see it as a new item? Given that it's the same plist, shouldn't it just go through the existing allow rule?
The text was updated successfully, but these errors were encountered: