Download List

專案描述

chroot_safe is a alternative method for chrooting dynamically
linked applications in a sane and safe manner. By using a little
dynamic linking trick it delays the chrooting until after dynamic
linking has completed, thereby eleminating the need to have a
copy of the binary or libraries within the chroot. This greatly
simplifies the process of chrooting an application, as you often
do not need any files besides the data files within the chroot.
In addition to chrooting the application, it also drops root
privileges before allowing the application to start.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-04-11 03:24
1.4

This release contains updated documentation better explaining the purpose and function of this security tool.
標籤: Documentation

2004-09-11 14:48
1.3

This is a security update to remove the NEED_SETUID_WRAP option. This
option has been available since the initial release, but was turned
on by default in version 1.2. Only after the release of 1.2 was it
realized that this option actually invalidates part of the purpose of
chroot_save, as it not only nullifies setuid() and similar calls for the
application but also for chroot_safe itself, causing chroot_safe to not
drop root privileges. Users of version 1.1 are not affected unless they
have manually enabled the NEED_SETUID_WRAP option.
標籤: Major security fixes

2004-09-09 18:24
1.2

This version is an update to increase portability.
The software is now verified on Solaris in
addition to Linux and FreeBSD, and is expected to
run on almost any Unix-like system with LD_PRELOAD
support. NEED_SETUID_WRAP is now enabled by
default to nullify any setuid/setgid system calls
to always return success.
標籤: Minor feature enhancements

2004-06-15 12:38
1.1

標籤: Initial freshmeat announcement

Project Resources