diff --git a/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml b/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml index 6518f809b7..2d99906965 100644 --- a/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml +++ b/en_US.ISO8859-1/htdocs/news/status/report-2017-01-2017-03.xml @@ -650,4 +650,74 @@ Microsoft + + + Porting Software to CloudABI: Sandboxed Bitcoin! + + + + + Ed + Schouten + + ed@FreeBSD.org + + + + + How to use CloudABI on &os; + LevelDB for CloudABI + Memcached for CloudABI + Bitcoin for CloudABI + + + +

CloudABI is a framework that allows you to develop strongly + sandboxed applications a lot more easily. It is a programming + environment that exclusively uses &os;'s Capsicum facilities. Any + features incompatible with Capsicum have been removed entirely, + which means that it is easier to determine how code needs to be + adjusted to behave correctly while sandboxed. In essence, you only + need to patch up the code until it builds.

+ +

Last year we've managed to port a lot of exciting libraries over + to CloudABI. Highlights include sandboxing aware versions of + Boost and + LevelDB. Now that these + libraries are readily available, we're at the point where we can + shift focus towards porting full applications.

+ +

Late February one of the lead developers of + the Bitcoin reference + implementation got in touch, as he is very interested in + creating a copy of Bitcoin that is better protected against + security bugs. You do not want a security bug in the + networking/consensus code allowing an attacker to steal coins from + your local wallet.

+ +

As I think that this is a use case that demonstrates the strength + of CloudABI well, I've made addressing any issues reported by the + Bitcoin developers a top priority. Once the Bitcoin port is + complete, we want to provide binary packages of it as well.

+ + + Nuxi, the Netherlands + + + Though getting Bitcoin to work is pretty awesome, don't let + that distract us from porting other pieces of software over as + well! Are you the maintainer of a piece of software that could + benefit from sandboxing? Be sure to try building it using the + CloudABI toolchain! + + One of the pieces of software that got ported over to + CloudABI some time ago is Memcached. Are you a user of + Memcached? If so, feel free to give the sandboxed version of + Memcached for CloudABI a try! + + So far CloudABI can be used to run software written in C, C++ + and Python. Would you like to see any other programming language + work on CloudABI as well? Be sure to help out! + +