Subgraph OS – Adversary-resistant computing platform
Black and White
Oz also further bolsters your protection from exposed system calls through using seccomp
. For non-Linux die-hards, system calls are simply the way that an application requests a service from the OS kernel.
These can be exploited by malicious people, whereby a program is run by a normal, unprivileged user, who then spawns a root shell, giving the user full access to the system. The Semtex exploit of 2013 is an excellent example of this.
Oz assigns policies on a per-application basis. Programs are killed if they violate the policy.
If a system call within an attacker's payload (such as one that would unnecessarily require root-level privileges) is not explicitly permitted, it will not be allowed.
Oz supports both blacklist and white-list policies. For all of Subgraph's own supported apps, Oz maintains a white list, which blocks all system calls except those which are explicitly allowed.
Oz has a generic blacklist that automatically blocks more dangerous or unusual system calls, located in /var/lib/oz/cells.d/generic-blacklist.seccomp
.
The latest version of Subgraph includes a new Go seccomp-bpf library developed by the ThoughtWorks Tiger team to help create much more efficient policies for sandboxed apps. The Subgraph handbook's appendix maintains a complete list of system calls in the OS, which you can use to create your own policies if you wish.
Subpar
Subgraph's sandboxing features can cause problems for certain applications. PDFs, for instance, which are notoriously vulnerable to exploits, are opened by the built-in Evince document reader, which cannot access the Internet or any other file besides the PDF it is currently reading.
If Evince is already open, you can click on Oz's icon, which resembles a stylized zebra, at the top right of the screen and then Add File to open one or more files. Subgraph allows you to make them read-only. You can use the Oz menu to add files inside the Tor Browser in the same way (Figure 7). This is useful if you actually want to upload files. You do not need to do this for OnionShare as the process is handled automatically when you choose to share a file from within Nautilus.
Oz also makes a special exception for the Tor Browser sandbox when it comes to downloads to prevent all files being lost each time you close the browser. This is done through a shared directory located in ~/Downloads/TorBrowser
. Any files saved there while surfing will be accessible after you close down the browser.
Final Subgraph
Overall, Subgraph is an excellent proof of concept. While the developers stress it's not yet ready for privacy applications, it certainly deserves a ringing endorsement for its careful selection of privacy-related apps, Oz's ingenious sandboxing, and the crafty CoyIM.
David Ahmad was kind enough to speak to Linux Magazine about some of the upcoming features in Subgraph. Chief amongst these is an Oz sandboxed version of the Chromium Browser which can visit regular 'clearnet' websites.
Any readers who are impatient to give this new setting a try can follow the steps on the Subgraph website [8] to install the browser manually. Watch this space for further developments.
While you should rely on the above two privacy distros for now, watch this space for further developments from the Subgraph project.
Infos
- Subgraph will be Snowden's OS of choice, but it's not quite ready for humans yet: https://thenextweb.com/insider/2016/03/16/subgraph-os-will-snowdens-os-choice-not-quite-ready-humans/#gref
- Subgraph OS December 2016 ISO availability: https://subgraph.com/blog/subgraph-dec2016-iso-availability/
- Download Subgraph OS Alpha r3: https://subgraph.com/sgos/download/index.en.html
- GitHub – signature verification failed: https://github.com/subgraph/subgraph-os-issues/issues/205
- The Calyx Institute: https://www.calyxinstitute.org/projects/public_jabber_xmpp_server
- The PaX Team homepage: https://pax.grsecurity.net/
- Oz technical details: https://github.com/subgraph/oz/wiki/Oz-Technical-Details
- Clearnet Sandboxed Chromium: https://subgraph.com/sgos/documentation/clearnet-chromium/
« Previous 1 2 3
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you've found an article to be beneficial.
News
-
The GNU Project Celebrates Its 40th Birthday
September 27 marks the 40th anniversary of the GNU Project, and it was celebrated with a hacker meeting in Biel/Bienne, Switzerland.
-
Linux Kernel Reducing Long-Term Support
LTS support for the Linux kernel is about to undergo some serious changes that will have a considerable impact on the future.
-
Fedora 39 Beta Now Available for Testing
For fans and users of Fedora Linux, the first beta of release 39 is now available, which is a minor upgrade but does include GNOME 45.
-
Fedora Linux 40 to Drop X11 for KDE Plasma
When Fedora 40 arrives in 2024, there will be a few big changes coming, especially for the KDE Plasma option.
-
Real-Time Ubuntu Available in AWS Marketplace
Anyone looking for a Linux distribution for real-time processing could do a whole lot worse than Real-Time Ubuntu.
-
KSMBD Finally Reaches a Stable State
For those who've been looking forward to the first release of KSMBD, after two years it's no longer considered experimental.
-
Nitrux 3.0.0 Has Been Released
The latest version of Nitrux brings plenty of innovation and fresh apps to the table.
-
Linux From Scratch 12.0 Now Available
If you're looking to roll your own Linux distribution, the latest version of Linux From Scratch is now available with plenty of updates.
-
Linux Kernel 6.5 Has Been Released
The newest Linux kernel, version 6.5, now includes initial support for two very exciting features.
-
UbuntuDDE 23.04 Now Available
A new version of the UbuntuDDE remix has finally arrived with all the updates from the Deepin desktop and everything that comes with the Ubuntu 23.04 base.