summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-09-05 11:06:52 -0400
committerColin Walters <walters@verbum.org>2015-09-05 11:06:52 -0400
commit1209d5e8070a7081582b40ccb60b79cb9eb69356 (patch)
tree787d91714b29c9eb5ffea32ba27d6520dc2f75a3
parent4b9efbfb1fd3c543e7808af90bc8e9730c1ba6e9 (diff)
downloadlinux-user-chroot-1209d5e8070a7081582b40ccb60b79cb9eb69356.tar.gz
TODO: Update
-rw-r--r--TODO20
1 files changed, 20 insertions, 0 deletions
diff --git a/TODO b/TODO
index e69de29..cc40f87 100644
--- a/TODO
+++ b/TODO
@@ -0,0 +1,20 @@
+Import read only system
+-----------------------
+
+I'd like to make it easy to capture just /usr from the host, without
+e.g. /home or any other network mounts. Probably the easiest way to
+do this is `--tmpfs-root` or something, and have that auto-create
+mount points for `/dev` etc. Then one could `--mount-bind /usr /usr`.
+
+seccomp profile +1
+------------------
+
+ - Look at what Chromium/ChromeOS are doing?
+
+Avoid creating any files as root/share tmpfs
+--------------------------------------------
+
+We're creating device nodes owned by root, which means
+quota is counted against root. Can we share a tmpfs
+that we create as non-root, and ensure every file we
+make is owned by the target uid?