Frankly, I'm not sure there are any entities I would trust less to be running in EL1/ring 0.Any AV scanner or VPN app
Frankly, I'm not sure there are any entities I would trust less to be running in EL1/ring 0.Any AV scanner or VPN app
I think you are mistaken as more and more companies are using cloud based apps and VM's, it actually makes more sense to have the most secure client system OOTB so there's less to worry about.Sad tbh. Future Macs will just be nice and expensive entertainment devices. No serious company could consider using them in a professional or enterprise setting. The risk that Apple changes APIs, services, extensions or disallowes certain applications is too high.
Uhh it’s the same with Windows. Corporations do extensive testing with any new Windows Update. Companies are still on 1809 while they are still testing the newer updates. How is this a Mac issue?lolololololol
uhhhh apple has ALWAYS been this way. if you're using apple in a corp env right now I guarantee IT already know- every year with every new OS something's going to change and you're going to have to deal with that.
So how is all this affected by the removal of kext extensions? It's not. Controller support is not an issue with the OS it's the apps that need to support it. Similar to the time MS introduced Direct X.Yes terminal works but 80% of my home environment is Linux. Putty has all my sessions saved. There is no quick open source SSH app that has a session manager. I could say the same thing about Windows and use the built in SSH client but it doesn’t scale.
Cura works kind of. It’s using Rosetta and anything beyond basic models crash the program like crazy in preview. Even Cura has pointed out between dependencies and everything else required don’t hold your breath.
Xbox controller connects fine that wasn’t my point. My point was applications have to support it. In Windows a simple helper program does the work with little/no configuration. I saw a post over the weekend on a helper program for Mac but it was mapping buttons to the keyboard which meant changing security options then sitting there mapping keys making profiles per app.
I have been messing with the open source VM programs but that’s kind of my point.
Anything beyond surfing the web/apps is more work/money than Windows. Putty is installed the moment I build a new machine it just works. Cura just install it. Virtualbox same thing. Mac is download some stuff from GitHub someone may or may not ever support again get through the hoops of allowing it to run. Then maybe you have something.
I was really enjoying messing with virtualization until both GitHubs I was messing with just stopped updating in December. Kinda funny it was around the same time Parallels did their technology preview. Sorry not paying a subscription for a hypervisior. Even greedy Microsoft has HyperV for free.
Google Drive File Stream is another one, which IMHO there's really no excuse for.What are some examples of programs that use kexts?
Going through my folder, I only see Logitech and Paragon - I'm sure they'll find workarounds.
I'm of two minds about that... As an advanced power user, I'd love to have some user choice in the event that there were things the need to be run as kexts (which I'm not entirely convinced there are — or at least not as many as some developers would like us to believe), but honestly if that choice is made too easy, you just know that there are going to be developers that simply tell users to "enable kext support" before installing their apps because they can't be bothered to code them the "right" way, especially in the case of all of those apps that are already relying on kexts.Yep, me too. But it should be user choice, not a limitation of the platform.
In fact, even VM developers like Parallels and VMware were able to remove their dependency on kexts back when Big Sur was still in beta, and it was arguably much more complicated for them to address this.
Hard to say just yet on the M1 side, since you can't really virtualize the same stuff you could before, so it's not really an apples-to-apples comparison.Did that have any effect on the performance of Parallel and VMware, good or bad?
Without a push from Apple I doubt developers would do the extra work to migrate.Yep, me too. But it should be user choice, not a limitation of the platform.
I'm not familiar with File Stream specifically, but based on the name I'll assume it's similar to Dropbox.Google Drive File Stream is another one, which IMHO there's really no excuse for.
It shouldn't. VMware and Parallels were presumably only using their own kexts to provide a KVM-like interface to use hardware virtualization from user space, and doing device emulation in user space already. (I'd be horrified if they were doing device emulation in the kernel, with the large attack surface it presents.) Apple now provides a similar interface with Hypervisor.framework.Did that have any effect on the performance of Parallel and VMware, good or bad?
I think for FUSE-level file systems that makes a lot of sense, but I really don't think it's necessary for cloud storage provider virtual file systems that don't really need to work at such a low level. Dropbox, OneDrive, and others seem to do just fine, and AFAIK they never used kexts in the first place, while there are a few areas in which GDFS actually gets borked because of the fact that it does — fast user switching causes problems, for example, and while I'm not sure that's based on it operating at the kernel level, I suspect that's at least part of it, insofar as it's not inherently isolated to each user session the way that Dropbox et al are.There actually is a somewhat reasonable excuse to use a kext for this use case currently: Apple simply hasn't yet provided suitable replacement APIs to do this in user space. The FileProvider APIs in Big Sur are supposed to be the long-term replacement, but last I checked, FileProvider is basically only a Finder integration at this point. It doesn't really hook into the VFS layer like you'd expect, which means you can't access FileProvider-stored content through the normal POSIX filesystem APIs.
It depends. For a simple synced folder where a copy of all data is going to be stored on the local disk, a VFS solution is unnecessary and will be less performant than simply watching the filesystem for changes. (A solution that watches the filesystem for changes is asynchronous -- it does not insert itself into the data path like a VFS would.)I think for FUSE-level file systems that makes a lot of sense, but I really don't think it's necessary for cloud storage provider virtual file systems that don't really need to work at such a low level. Dropbox, OneDrive, and others seem to do just fine, and AFAIK they never used kexts in the first place, while there are a few areas in which GDFS actually gets borked because of the fact that it does — fast user switching causes problems, for example, and while I'm not sure that's based on it operating at the kernel level, I suspect that's at least part of it, insofar as it's not inherently isolated to each user session the way that Dropbox et al are.
Aha, yeah, that pretty much nails it. Although GDFS does appear to do local caching when you do on-demand streaming, the performance would still be better since it doesn't need to finish downloading the file before it can open it. This is especially true when it comes to things like video.However, it looks like GDFS provides on-demand file streaming from Google's servers, where there is no local copy of the data. A VFS solution really is the best way (perhaps even the only way?) to implement that.
Yeah, I'd forgotten about that, but yeah, I wasn't a fan of it at the time either — and it was especially bad since the Dropbox app of that era had numerous other problems like memory leaks and high CPU utilization that allowed its bad behaviour to have a far greater negative impact.I know Dropbox at least at one point was using a kernel extension for the same purpose. I don't know if they still are. Their decision was rightfully maligned at the time, particularly coming from a company that wants access to their clients' unencrypted data and once completely failed to verify passwords.
Yeah, it pretty much fell right into the "what could possibly go wrong?" category.Yeah, I'd forgotten about that, but yeah, I wasn't a fan of it at the time either — and it was especially bad since the Dropbox app of that era had numerous other problems like memory leaks and high CPU utilization that allowed its bad behaviour to have a far greater negative impact.
Does USB MIDI really still require kexts? Is MIDI not covered under the umbrella of HID devices? If so, I really wouldn’t be surprised to see Apple offer a new userland API for it in June/September.And USB MIDI drivers, e.g. for Roland Instruments (Aerophone, several keyboards). And yes, also Class Compliant ones are affected (can be used through BT though, albeit with more latency)
H.
FUSE (and MacFUSE) is already a thing, though it likely requires a kext. What I’m saying is that userland file system support has been a thing third parties have done for well over a decade. If third-parties could do it, Apple could easily have its own file system in userland implementation, which is totally something they should do even without this.Aha, yeah, that pretty much nails it. Although GDFS does appear to do local caching when you do on-demand streaming, the performance would still be better since it doesn't need to finish downloading the file before it can open it. This is especially true when it comes to things like video.
Yeah, I'd forgotten about that, but yeah, I wasn't a fan of it at the time either — and it was especially bad since the Dropbox app of that era had numerous other problems like memory leaks and high CPU utilization that allowed its bad behaviour to have a far greater negative impact.
And this is why as a developer working with Windows sucks! I am forced into a Windows Workstation and WSL was a godsend except I can't upgrade to WSL2 until IT completes testing the newer updates. But hey that buggy sack of crap, Outlook gets to be updated all the time.Uhh it’s the same with Windows. Corporations do extensive testing with any new Windows Update. Companies are still on 1809 while they are still testing the newer updates. How is this a Mac issue?
At a major performance cost, however. (It is fine for cloud storage though.)What I’m saying is that userland file system support has been a thing third parties have done for well over a decade.
As I said earlier in this thread, I'm relatively confident you'll continue to have that choice. You'll just need to turn off SIP. Apple uses kernel extensions for their own hardware, so you can always use that mechanism, once you disable the security check.I'm of two minds about that... As an advanced power user, I'd love to have some user choice in the event that there were things the need to be run as kexts
Does USB MIDI really still require kexts? Is MIDI not covered under the umbrella of HID devices? If so, I really wouldn’t be surprised to see Apple offer a new userland API for it in June/September.
Surely if it requires a kext, then its not 100% class compliant - isn't that the whole point ?And USB MIDI drivers, e.g. for Roland Instruments (Aerophone, several keyboards). And yes, also Class Compliant ones are affected (can be used through BT though, albeit with more latency)
H.
Umm Steam has a Kext that adds support for most games. So maybe ask instead of assuming. In windows you can use drivers ("kexts") so things work regardless of support. Apple can advertise they are adding controller support all day but they are making it only work on an extremely small subset of programs.So how is all this affected by the removal of kext extensions? It's not. Controller support is not an issue with the OS it's the apps that need to support it. Similar to the time MS introduced Direct X.
There are multiple Free/Paid SSH Session Managers out there. I keep my configurations in the .ssh/config. MacOS has its own Hypervisor which Docker uses so if any of the other apps don't then that is on them.
QEMU works and does what you want, although requires compiling. I have tried it and worked with it. I still prefer Parallels or VMWare.Umm Steam has a Kext that adds support for most games. So maybe ask instead of assuming. In windows you can use drivers ("kexts") so things work regardless of support. Apple can advertise they are adding controller support all day but they are making it only work on an extremely small subset of programs.
My point is putty just works and doesn't cost anything. Where is putty for Mac? I guess Mac users just have money to blow.
Yes there is a hypervisor that I'm am relying on people to properly utilize. Docker works. Great. How about a decent hypervisor that's free to work with full Ubuntu and Windows ARM?
Yep, I'm wondering how this long-term affects pro audio drivers. I've got an RME Fireface UFX II, bought due to having some of the most bullet-proof lowest-latency drivers in the industry. I presume this would effect them?I have a Thunderbolt 3 interface from Universal Audio that requires kernel extensions and had to boot into recovery mode on my M1 MacBook Air to get them installed and working.
I hope this interface will work on future releases as well.
What can kernel extensions provide that simply aren’t possible any other way?macOS continues to get dumber and more locked down and more fisher price while funny enough Windows is looking like a proper grown up desktop OS that keeps opening doors to more power tools with things like the Linux shell
At some point I just have to ignore M1 benchmarks and come to the realization that I’m spending a premium to get a locked down experience where they own everything about the software and hardware and don’t even let me repair my own hardware or plug in the peripherals I need without buying their dongles. Just terrible