Chroot: Difference between revisions

From Hackepedia
Jump to navigationJump to search
m New page: The filesystem is a hierarchy. It's possible to restrict a program or daemon to it's own part of that hierarchy. This is supposed to make it more secure because a user cannot acc...
 
No edit summary
 
Line 1: Line 1:
The [[filesystem]] is a hierarchy.  It's possible to restrict a program or [[daemon]] to it's own part of that hierarchy.  This is supposed to make it
The [[filesystem]] is a hierarchy.  It's possible to restrict a program or [[daemon]] to it's own part of that hierarchy.  This is supposed to make it
more secure because a user cannot access anything outside of it's "root".
more secure because a user cannot access anything outside of it's "root".
The people at [[FreeBSD]] implemented [[Jails]] which allow a whole instance of the operating system to run in a chroot like fashion.

Latest revision as of 02:19, 12 June 2011

The filesystem is a hierarchy. It's possible to restrict a program or daemon to it's own part of that hierarchy. This is supposed to make it more secure because a user cannot access anything outside of it's "root".

The people at FreeBSD implemented Jails which allow a whole instance of the operating system to run in a chroot like fashion.