X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=TODO;h=7dd21fb92cb46193674c1eea96bbeac628007c57;hb=8736015a2c3eab15ca431ed777586a995c56c581;hp=a0e83907f2d608eaba41f2cff76ce0ad9fa27de1;hpb=4b23d4f2f1cd743ef85e6b2444ff2065d8a2fc8f;p=libguestfs.git diff --git a/TODO b/TODO index a0e8390..7dd21fb 100644 --- a/TODO +++ b/TODO @@ -119,6 +119,7 @@ Ideas for extra commands findfs logsave mklost+found + ext2undelete SELinux: chcat @@ -258,4 +259,44 @@ anything in a disk image. However this won't work easily for VM disk images in the disk image. One would have to download those to the host and launch another -libguestfs instance. \ No newline at end of file +libguestfs instance. + +List, mount filesystems by UUID and label +----------------------------------------- + +[See related: +http://www.redhat.com/archives/libguestfs/2009-August/msg00031.html] + +List filesystems by UUID or label. + +Mount filesystems by UUID or label. (I'm not really sure if we can do +this at the moment but we ought to be able to do it, and perhaps make +it easier by having a direct command). + +Map filesystems to disk blocks +------------------------------ + +Map files/filesystems/(any other object) to the actual disk +blocks they occupy. + +And vice versa. + +Is it even possible? + +Integration with host intrusion systems +--------------------------------------- + +Perfect way to monitor VMs from outside the VM. Look for file +hashes, log events, login/logout etc. + +http://www.ossec.net/ +http://la-samhna.de/samhain/ +http://sourceforge.net/projects/aide/ +http://osiris.shmoo.com/ +http://sourceforge.net/projects/tripwire/ + +-N option should be generated +----------------------------- + +'-N' option should be generated code, and should generate +documentation in guestfish(1) manpage.