-
Notifications
You must be signed in to change notification settings - Fork 4
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
File doesn't exist #1
Comments
Hmm, ventura 13.1, operation not permitted (because of SIP?). % sudo su
Password:
sh-3.2# cd /private/var/db/com.apple.backgroundtaskmanagement/
sh-3.2# ls
ls: .: Operation not permitted Command |
@jwwalker, thanks for the bug report and good catch. I've confirmed yes, that is the case Working on some code to make the "find/use the correct @hazcod, hrmm that's odd - is it maybe because Terminal doesn't have Full Disk Access? 🤔 As on my box with SIP enabled:
You can enable Full Disk Access for Terminal via System Preferences. |
BTM file, now dynamically located (Issue: #1)
I have Ventura 13.1. sfltool dumpbtm works, but dumpBTM always ask for "Full Disk Access". BackgroundItems-v7 exists, BackgroundItems-v4 failed to load. |
Now fixed in release v0.96 The .btm file is now dynamically located so it will pick up Release: https://github.com/objective-see/DumpBTM/releases/tag/v0.96 Binary: https://github.com/objective-see/DumpBTM/releases/download/v0.96/dumpBTM |
Works! :-) |
Closing this out, as the latest fixes/version appear to sufficiently address this! If you encounter any other issues, feel free to (re)open or submit a new issue. |
When I tried running dumpBTM, it said
So I looked in
/private/var/db/com.apple.backgroundtaskmanagement/
and found filesBackgroundItems-v3.btm
andBackgroundItems-v7.btm
. I'm running Ventura 13.2.The text was updated successfully, but these errors were encountered: