Earlier quoted context omitted.
Blame the OEMs for that. The driver situation on ARM devices is quite dire.
Is this a side-effect of mobile devices having extremely tight requirement for power usage and packaging? I could see how that, and a huge number of functions being packaged into a single SOC would make each board design far less generalizable from either one generation to the next or one form factor to the next. On the other hand, that doesn't preclude drivers for the relevant chipsets being more easily available. D…
CopperheadOS: A hardened open-source operating system based on Android
11–20 of 105 posts
Re: CopperheadOS: A hardened open-source operating system based on Android
#12Re: CopperheadOS: A hardened open-source operating system based on Android
#13Re: CopperheadOS: A hardened open-source operating system based on Android
#14And track/logs all of them per Apk.
Re: CopperheadOS: A hardened open-source operating system based on Android
#15"Protection from zero-days" -- how can you make a claim like this?
Re: CopperheadOS: A hardened open-source operating system based on Android
#16"It will not support devices outside of the Nexus and Pixel lines." This is really sad to me. :/ As far as we've come, everything mobile is still irritatingly device-specific.
"Devices will be supported until Google drops support from the Android Open Source Project. Google guarantees major version updates for at least two years after launch. Security updates are guaranteed for three years after launch along with 1.5 years after the last device is sold." As someone that is still using a phone from 2012, this is problematic since I have no intention of getting a new phone that often. Is the…
Re: CopperheadOS: A hardened open-source operating system based on Android
#17This is a hoenypot for the NSA
But no, in all seriousness, Copperhead (and AOSP itself) are open source. Go audit it for NSA backdoors yourself if you're worried about that.
Re: CopperheadOS: A hardened open-source operating system based on Android
#18This is a hoenypot for the NSA
Re: CopperheadOS: A hardened open-source operating system based on Android
#19Earlier quoted context omitted.
Blame the OEMs for that. The driver situation on ARM devices is quite dire.
Is this a side-effect of mobile devices having extremely tight requirement for power usage and packaging? I could see how that, and a huge number of functions being packaged into a single SOC would make each board design far less generalizable from either one generation to the next or one form factor to the next. On the other hand, that doesn't preclude drivers for the relevant chipsets being more easily available. D…
As a result, the device is supported only by the kernel they provide, rather than by generic Linux. And their kernel never gets updates.
Re: CopperheadOS: A hardened open-source operating system based on Android
#20"Protection from zero-days" -- how can you make a claim like this?
I'm not affiliated with Copperhead at all, but I am familiar with the sorts of techniques they are using. Exploit mitigations, such as Address Space Layout Randomization, Control-Flow Integrity, Fine-grained Randomization, etc. provide a layer of hardening to make exploitation of a source code vulnerability harder, or even not possible on the protected device. The bug (zero-day) still exists, it's just not as exploit…