From 4b1ed42e81cc33dd7450435bd906d1d8b1f8503f Mon Sep 17 00:00:00 2001 From: gima Date: Sat, 1 Apr 2017 13:25:34 +0300 Subject: [PATCH 1/2] Add Bubblewrap sandboxing application --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cccad2f..ce5275c 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ Securing the Linux desktop with Docker. Snappy Ubuntu Core is a new rendition of Ubuntu with transactional updates - a minimal server image with the same libraries as today’s Ubuntu, but applications are provided through a simpler mechanism. * [xdg-app](https://wiki.gnome.org/Projects/SandboxedApps) xdg-app is a system for building, distributing and running sandboxed desktop applications on Linux. +* [Bubblewrap](https://github.com/projectatomic/bubblewrap) +Run applications in a sandbox using Linux namespaces without root privileves, with user namespacing provided via setuid binary. ## Partial Access From 561c5666d1a66dd0c96d77e11730233463137881 Mon Sep 17 00:00:00 2001 From: gima Date: Sat, 1 Apr 2017 13:31:21 +0300 Subject: [PATCH 2/2] Fix typo in Bubblewrap description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce5275c..7544105 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Snappy Ubuntu Core is a new rendition of Ubuntu with transactional updates - a m * [xdg-app](https://wiki.gnome.org/Projects/SandboxedApps) xdg-app is a system for building, distributing and running sandboxed desktop applications on Linux. * [Bubblewrap](https://github.com/projectatomic/bubblewrap) -Run applications in a sandbox using Linux namespaces without root privileves, with user namespacing provided via setuid binary. +Run applications in a sandbox using Linux namespaces without root privileges, with user namespacing provided via setuid binary. ## Partial Access