PINE64
Security Based OS ? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: General Discussion on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=127)
+--- Thread: Security Based OS ? (/showthread.php?tid=11430)



Security Based OS ? - NobodyNew1 - 09-13-2020

Hello,
Does anyone think there will be a security type of OS built for the pinephone, like a Graphene but for the phinephone ? I'm sort of into that type of stuff and figure the phonephone would be a great platform to build something like that on.I could be wrong, and maybe I'm dreaming of something that can't or won't be created.


RE: Security Based OS ? - User 18618 - 09-14-2020

Any Linux image available for the PinePhone is more secure than Android.

You can look into hardening the kernel and other applications. You may also consider AppArmor, SELinux, firejail and other security measures you want to use. Some are built into a given distribution, others requires manual intervention, and a few will be incompatible with each other.

A couple of Wiki articles regarding hardening:
For what it's worth, I believe Mobian (Debian), postmarketOS (Alpine Linux) and Fedora will be the most secure. Ubuntu Touch by UBports has an immutable filesystem, if you value that.

Review the list of operating systems and go from there.


RE: Security Based OS ? - NobodyNew1 - 09-14-2020

(09-14-2020, 04:07 AM)jed Wrote: Any Linux image available for the PinePhone is more secure than Android.

You can look into hardening the kernel and other applications. You may also consider AppArmor, SELinux, firejail and other security measures you want to use. Some are built into a given distribution, others requires manual intervention, and a few will be incompatible with each other.

A couple of Wiki articles regarding hardening:
For what it's worth, I believe Mobian (Debian), postmarketOS (Alpine Linux) and Fedora will be the most secure. Ubuntu Touch by UBports has an immutable filesystem, if you value that.

Review the list of operating systems and go from there.
Thank you !!! I appreciate your response. Like some I'm new to linux and the pinephone, I look into and read more about Mobian and PMOS.


RE: Security Based OS ? - bcnaz - 09-15-2020

You could check out Pure OS, that was/is being written for the Librem phone billed as a secure phone.


RE: Security Based OS ? - User 18618 - 09-15-2020

Note that PureOS is just Debian without access to the contrib or nonfree repositories (at least, from Purism). I believe they also compile the programs themselves, not using Debian's binaries.