8000 Modifying Firefox.app right after fresh install doesn't quite work · Issue #24 · seanfisk/combootcha · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Modifying Firefox.app right after fresh install doesn't quite work #24

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

Open
seanfisk opened this issue Nov 22, 2023 · 0 comments
Open

Comments

@seanfisk
Copy link
Owner

The AutoConfig files are dropped directly into the Firefox.app bundle itself. This has a bad interaction with macOS app integrity protection. It results in a "Firefox.app is damaged" message and prompts for iTerm2 to be granted permission to modify apps.

Workaround is as follows:

sudo ./combootcha --homebrew --set-default-browser
brew reinstall firefox
# Open Firefox once
sudo ./combootcha

This works around key parts of Combootcha, so the approach is clearly flawed in some way. It's unclear how to best address it, though. AutoConfig is part of Firefox proper and is the correct way to do this.

Let's do some research to see if anyone else has run into the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0