Hi all,
I am working on the development of a SaaS based on FreeBSD with its jailing capabilities. I will have a few jails, some needing the same libraries. I wonder, on a security point of view, where I should preferably install these libraries:
I am working on the development of a SaaS based on FreeBSD with its jailing capabilities. I will have a few jails, some needing the same libraries. I wonder, on a security point of view, where I should preferably install these libraries:
- Once in the host before seting up the jail template. Pros: the library cannot be modified from the jail. Cons:?
- In each jail. Pros: I can detect an attacker from a host based IDS if he manages to modify the library, and move the jail to a honey pot state - that means deconnecting the attacked jail from the real service, letting the attacker play with it and recording facts, and replacing the jail with a clean clone. The attacker IP is recorded in a say firewall honeypot list. Cons:?