Most active commenters
  • saagarjha(6)
  • oefrha(5)

←back to thread

MacOS Catalina: Slow by Design?

(sigpipe.macromates.com)
2031 points jrk | 47 comments | | HN request time: 1.574s | source | bottom
1. nromiun ◴[] No.23273360[source]
> This is not just for files downloaded from the internet, nor is it only when you launch them via Finder, this is everything. So even if you write a one line shell script and run it in a terminal, you will get a delay!

> Apple’s most recent OS where it appears that low-level system API such as exec and getxattr now do synchronous network activity before returning to the caller.

Can anyone confirm this? Because honestly this is just terrifying. I don't think even Windows authorises every process from a server. This doesn't sound good for both privacy and speed.

replies(7): >>23273390 #>>23273492 #>>23273731 #>>23274022 #>>23274474 #>>23274793 #>>23278253 #
2. greatjack613 ◴[] No.23273390[source]
Privacy it may be a plus since in theory notarization provides some protection.

Speed, definitely not, this is going to make things slowwwww

replies(1): >>23273412 #
3. tromp ◴[] No.23273412[source]
> provides some protection.

That's security, not privacy...

replies(1): >>23273557 #
4. mbreese ◴[] No.23273492[source]
There are two new Security/Privacy Settings that I just noticed last night.

"Full Disk Access" to allow a program to access any place on your computer without a warning. A few programs requested this, so it looks like it's been around for a while.

The other one is "Developer Tools" and it looks pretty new. The only application requesting it is "Terminal". This "allows app to run software locally that do not meet the system's security policy". So, my reading of this is that in Terminal, you could run scripts that are unsigned and not be penalized speed-wise.

replies(5): >>23273524 #>>23273855 #>>23274165 #>>23274179 #>>23292922 #
5. 0x0 ◴[] No.23273524[source]
I wonder what "Developer Tools" grants in practice. Clicking the (?) for viewing built-in help does not mention this particular setting, it skips right over it going from "Automation" above it to "Advertising" below it.
replies(2): >>23273895 #>>23274845 #
6. sooheon ◴[] No.23273557{3}[source]
Although insecurity leads to less privacy as well.
replies(2): >>23273711 #>>23273717 #
7. ashtonkem ◴[] No.23273711{4}[source]
Insecurity leads to loss of privacy, but security does not lead to privacy. Things can be secure and non-private by design.
8. yjftsjthsd-h ◴[] No.23273717{4}[source]
Sometimes, but sometimes security measures lead to less privacy. Say, if executing local programs sends information to a remote server.
replies(1): >>23273973 #
9. ccmcarey ◴[] No.23273731[source]
How could this possibly not be absolutely awful on projects that run hundreds of executables during their execution (e.g. some shell wrappers like oh-my-zsh call out to a large amount of different scripts every time they run).
replies(2): >>23274067 #>>23278393 #
10. oefrha ◴[] No.23273855[source]
I don't see it on macOS 10.15.4 (19E287). The full list of categories on my Privacy tab:

  - Location Services
  - Contacts
  - Calendars
  - Reminders
  - Photos
  - Camera
  - Microphone
  - Speech Recognition
  - Accessibility
  - Input Monitoring
  - Full Disk Access
  - Files and Folders
  - Screen Recording
  - Automation
  - Advertising
  - Analytics & Improvements
Granted I don't typically use Terminal.app (iTerm 2 user), so I launched terminal and did some privileged stuff. Had to grant Full Disk Access to, say, `ls ~/Library/Mail`, but "Developer Tools" never popped up.

Are you running a beta build or something?

---

Update: Okay, I checked on my other machine and that one does have it (Terminal is listed but disabled by default). What in the actual fuck?!?

replies(4): >>23273907 #>>23274626 #>>23274825 #>>23278629 #
11. ◴[] No.23273895{3}[source]
12. mbreese ◴[] No.23273907{3}[source]
Maybe if you ran Terminal.app once it would work?

(I'm also on 10.15.4 (19E287))

replies(2): >>23273963 #>>23274060 #
13. oefrha ◴[] No.23273963{4}[source]
No, I played around with Terminal.app for quite a while already. Actually the category does show up on another machine of mine (see edit)... I suspected that maybe I never ran Xcode on the first machine since I upgraded to Catalina, so I launched Xcode, but again, no luck. I'm at a complete loss now.
14. Razengan ◴[] No.23273973{5}[source]
If that information can’t be used to identify anyone then it retains privacy while being secure. Being slow would still be an issue.
replies(1): >>23275588 #
15. parhamn ◴[] No.23274022[source]
I can confirm that executing a trivial script takes 20-200ms longer on the first run. Using 10.15.
16. asdff ◴[] No.23274060{4}[source]
Terminal actually gives an error if you poke into the top level library folder with full disk access disabled, no prompt to change without me looking on stack overflow for the solution.
17. parhamn ◴[] No.23274067[source]
It looks like it is done once by executable lifetime. Changing the content doesn't cause it to rerun.
18. ken ◴[] No.23274165[source]
Full Disk Access was added in 10.14 (2018), so it's relatively new.
19. jhrmnn ◴[] No.23274179[source]
I'm using the Kitty terminal, and observed the script launch delay described in the blog post. After adding Kitty to "Developer Tools", the delay disappeared. Thanks!
20. neurobashing ◴[] No.23274474[source]
not sure if I'm lucky or somehow I disabled something but the trivial script problem isn't affecting me on any of my machines. I am using Homebrew for a large % of command line/scripting so maybe that's why?
21. Sangeppato ◴[] No.23274626{3}[source]
Maybe you need Xcode, try running "mkdir /Applications/Xcode.app"
replies(2): >>23274689 #>>23274837 #
22. oefrha ◴[] No.23274689{4}[source]
As mentioned in a reply to a sibling, Xcode has been installed (for like five years) on this machine, and launching it doesn't help. The next step would be to compile and run an application with it, which I haven't bothered.
23. ◴[] No.23274793[source]
24. saagarjha ◴[] No.23274825{3}[source]
I don't see it on my machine. Do you happen to have System Integrity Protection disabled?
replies(1): >>23275249 #
25. saagarjha ◴[] No.23274837{4}[source]
I would expect checks for Xcode to go through xcselect rather than a simple directory check. Installing the command line tools (sudo xcode-select --install) might actually be a better idea to test this.
replies(1): >>23275347 #
26. saagarjha ◴[] No.23274845{3}[source]
I believe it means the process will no longer check for the Quarantine xattr.
replies(1): >>23284440 #
27. oefrha ◴[] No.23275249{4}[source]
No, SIP is fully enabled on both the machine with the Developer Tools category and the one without.

Interestingly, I rebooted the machine without after some benchmarking and experimentation with syspolicyd (see https://news.ycombinator.com/item?id=23274903), and after the reboot the category has mysteriously surfaced... Not sure what triggered it. Launching Xcode? Xcode and CLT were both installed on the machine, but I'm not sure when I last launched Xcode on this machine. Another possible difference I can think of: the machine without was an in-place upgrade, while the other one IIRC was a clean install of 10.15.

In the worst case scenario, you can probably insert into the TCC database (just a SQLite3 database, located at ~/Library/Application Support/com.apple.TCC/TCC.db) directly:

  INSERT INTO access VALUES('kTCCServiceDeveloperTool','com.apple.Terminal',0,1,1,NULL,NULL,NULL,'UNUSED',NULL,0,1590165238);
  INSERT INTO access VALUES('kTCCServiceDeveloperTool','com.googlecode.iterm2',0,1,1,NULL,NULL,NULL,'UNUSED',NULL,0,1590168367);
(Should be pretty self-explanatory. The first entry is for Terminal.app, the second entry is for iTerm 2.)

Back up, obviously. I'm not on the hook for any data loss or system bricking.

replies(1): >>23275716 #
28. Sangeppato ◴[] No.23275347{5}[source]
I thought the same, but actually this method worked for me when I wanted the the Spotlight "Developer" option to show up (the CLT were already installed). I have the Developer panel under "privacy" as well, even if I never installed Xcode on my machine
29. simion314 ◴[] No.23275588{6}[source]
But you can't be 100% sure that the server where the information is sent is not putting in a database your IP, the app you run and whatever else. As a power user I would prefer a prompt before anything is sent.
30. saagarjha ◴[] No.23275716{5}[source]
> In the worst case scenario, you can probably insert into the TCC database

Does this not require disabling SIP?

replies(1): >>23275789 #
31. oefrha ◴[] No.23275789{6}[source]
Yes. I got mine to appear through mysterious yet fully SIP-enabled means, but if all else fails for you you can temporarily disable SIP to change this.
32. dTal ◴[] No.23278253[source]
Making this about speed is burying the lede. From a privacy and user-freedom perspective, it's horrifying.

Don't think so? Apple now theoretically has a centralized database of every Mac user who's ever used youtube-dl. Or Tor. Or TrueCrypt.

replies(4): >>23278313 #>>23278648 #>>23287739 #>>23295037 #
33. threeseed ◴[] No.23278313[source]
Apple already has every iPhone user's photos, messages, browsing history, keychains etc.

Not sure how a list of installed apps is going to be worse than that.

replies(1): >>23278326 #
34. saagarjha ◴[] No.23278326{3}[source]
Not if you choose to not sync them.
replies(1): >>23278936 #
35. gowld ◴[] No.23278393[source]
If you don’t trust Apple, don’t run a multi Gigabyte closed source OS they provide.
36. xenadu02 ◴[] No.23278629{3}[source]
You can make the category appear and put Terminal in it with this command:

sudo spctl developer-mode enable-terminal

replies(1): >>23279451 #
37. gitgud ◴[] No.23278648[source]
Richard Stallman's ideals have become a bit less crazy for me now...

Either you have the ability to control the software, or it controls you

replies(1): >>23282939 #
38. radicaldreamer ◴[] No.23278936{4}[source]
Yup, you can choose to not use iCloud backup and back up offline in an encrypted way (even over wifi) if you’d like.
39. saagarjha ◴[] No.23279451{4}[source]
I'd be nice if this was documented somewhere :/
replies(1): >>23281989 #
40. hanche ◴[] No.23281989{5}[source]
I was going to be that guy and say “man spctl”, but that usage isn’t listed there. If you run spctl with no arguments, it will tell you, however. The man pages on macos really do leave something to be desired.
replies(1): >>23283425 #
41. verytrivial ◴[] No.23282939{3}[source]
I think coming to this realisation about Stallman's ideas (not the man, mind) is something that most rational computer users are bound to do. It happens at different times for different people, but I think people very rarely go back after that "Hang on a second ....??" moment.
replies(1): >>23291770 #
42. acecilia ◴[] No.23283425{6}[source]
This does not make the "developer tools" panel show up in my machine :( tried everything already
43. 0x0 ◴[] No.23284440{4}[source]
But the quarantine xattr has nothing to do with checking notarization?
44. acecilia ◴[] No.23287739[source]
Is it even legal that Apple is retrieving this information?
45. m463 ◴[] No.23291770{4}[source]
I remember once he said "proprietary software subjugates people" and I just sort of blinked a bit. It seemed sort of over the top. And over time I started to understand that the way things end up working out, it is very true.
46. ether_at_cpan ◴[] No.23292922[source]
via https://lapcatsoftware.com/articles/catalina-executables.htm..., I've added an entry in my /etc/hosts to block requests to api.apple-cloudkit.com:

    127.0.0.1 api.apple-cloudkit.com
    127.0.0.1 *.api.apple-cloudkit.com
47. hexchain ◴[] No.23295037[source]
I always wonder why people usually choose to neglect privacy issues about Apple.

First, there was Apple scanning photos to check for child abuse[0] (that obviously got no attention on this site), then there was this one - Apple uploading hashes of all unsigned executables you run.

Do people really accept that company's "privacy" selling point?

[0] https://news.ycombinator.com/item?id=21180019, https://news.ycombinator.com/item?id=22008855