summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2006-03-06 18:41:22 +0000
committerRoger Leigh <rleigh@debian.org>2006-03-06 18:41:22 +0000
commit174a93a268ad7854bd70ad0adae867ec309b155b (patch)
tree29a4a1c2712cfa4f9e230417d478cd2c1be15f64 /TODO
parente76d27c8d68665ddc10f803af94a60811c6af5ea (diff)
downloadschroot-174a93a268ad7854bd70ad0adae867ec309b155b.tar.gz
* TODO: Update.
* schroot/schroot.conf.5.in: Document required ownership and permissions for file archives. * schroot/sbuild-chroot-file.cc (setup_lock): Check ownership and permissions of file archive. * schroot/sbuild-chroot-config.cc (check_security): Tidy error message formatting. * schroot/setup/10mount: (do_umount): Only umount if the mountpoint exists. * schroot/setup/05file: (repack_file): Preserve ownership and permissions of the original archive file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index 1e6183e9..cea76a07 100644
--- a/TODO
+++ b/TODO
@@ -21,12 +21,7 @@ PLANNED
It will require DHCP or static IP configuration and a dynamic
hostname in order to connect.
-* File-based chroots:
-
-** Check permissions on original file to make sure it's safe.
-
-** Repacked file ownership and permissions should match the original file.
-
+* Add API to run multiple commands to replace auth::run().
POTENTIAL
---------