Hi
In new project, that is one embedded linux system, I have to find one file system or solution to fulfill our requirements:
1- file system must be
read only,it means user of system
can not change any data on file system.(I have found
squashfs for this need!but more guidance about such filesystems will be appreciate)
2- user (call it,
malicious user!) can not mount this filesystem on
another machine,it means I can pass some hardware information such as motherboard serial number or another unique info to this file system so that file system can be mount only on
this hardware.name it,
LOCK based on hardware.
These has been main concerns in this weekend
Thanks for any help or guidance