Jump to content

Ominięcie Gatekeepera w Big Sur


danielosx86
 Share

Recommended Posts

Czy ktoś natknął się na problemy z uruchamianiem niepodpisanych aplikacji w Big Sur? Zdaje się, że ominięcie Gatekeepera jest trudniejsze niż w poprzednich macOS-ach, lub jest to bug systemowy.

Przy próbie odpalenia aplikacji pojawia się komunikat "You do not have permission to open the application". Otwieram aplikację oczywiście przez PPM => Open, w systemie ustawione dopuszczanie aplikacji z dowolnego źródła. Bez znaczenia czy SIP i AMFI są włączone czy nie.

Przetestowane bez rezultatu:

1) sudo xattr -rd com.apple.quarantine /Applications/my_app.app

2) sudo chmod 755 -R Path\ to\ app\ file.app

3) xattr -cr <paste the app here>
sudo chown -R your_user_name:admin <paste the app here>
sudo chmod -R a+x <paste the app here>

Ponoć da się to ominąć instalując homebrew:

sudo upx -d /Applications/my_app.app/Contents/MacOS/my_app

Na razie jednak nie chcę instalować narzędzi trzecich, bo jako admin systemu powinienem mieć możliwość decydowania czy ryzykuję czy nie, to (jeszcze) nie iOS. Może ktoś ma jeszcze jakiś pomysł?

Problem opisany jest m.in.:
https://stackoverflow.com/questions/64842819/cant-run-app-because-of-permission-in-big-sur

https://developer.apple.com/forums/thread/666611

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.