[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] how to scan domU to get the inode info?


  • To: xen-devel@xxxxxxxxxxxxxxxxxxx
  • From: Sucan <bitzsk@xxxxxxxxx>
  • Date: Wed, 6 May 2009 11:13:14 +0800
  • Cc: 9907yruby@xxxxxxxxx
  • Delivery-date: Tue, 05 May 2009 20:15:04 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type; b=qC6y/6biJ0IfCccHaE5OuifeurXxSodZJs5EmAnQAD4OQxKm+r+U5EYiajaHxAwkge c+tqFCbego3Fe9nSWZthKnVLzYqxzsd+5DHeV38QBgUiMABsRk1MnRwbotE2vu9Yniq8 RlQH/Hf1fellkkl1axvOSTHDDahAmcpH0fFpE=
  • List-id: Xen developer discussion <xen-devel.lists.xensource.com>

hi,

I have installed xen 3.2 in my computer , security is very important! although linux is more secure than windows.i need to protect the domu filesystem against hacking or virus. so each time when domu need to write to disk. it send the request to dom0, when i recieve the request in dom0, i will make sure the file it write is not in the /usr/bin directory. if domu is trying to change files under /usr/bin directory, it will be stoped by dom0.
   this way, i can protect the /usr/bin dir not been changed for ever, even if you have root privilage in domu , you can't change the files in /usr/bin.
    so ,the first thing i need to do is to scan files in /usr/bin directory to get all the inode info. save each inode number in a file. and transfer the file to dom0, each time domu submit a request to a file , the request will send to dom0. next ,dom0 will compare the inode number in that file .if find the same inode number, dom0 will stop the write request. if not found, domu can write the file as normal.
    my question is how to scan a directory(such as /usr/bin) and get all inode info? which funtions may i use in the linux kernel api? Can someone please shed some light on this problem? or any suggestions on my ideas above to protect the domu linux filesystem against invasion?

--
Best regards,
Sucan
Computer Department,Beijing Institute of Technology,China
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.