Download List

Project Description

Fakeroot-ng runs a program while fooling it into
thinking it is running with root privileges. When
the program does something that only root can do
(e.g. create a device file), fakeroot-ng emulates
the appropriate system calls so that the program
gets a consistent view of its actions. Unlike the
original fakeroot, fakeroot-ng uses the ptrace
interface, which means that it does not suffer some of the limitations that fakeroot does. In particular, fakeroot-ng supports chroot jails.

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.

2008-06-10 06:26
1.10

This release adds support for chroot.
Tags: Major feature enhancements

2008-06-10 06:24
0.11

A bug with fork and vfork using uninitialized memory has been fixed.
Tags: Major bugfixes

2008-03-16 07:46
0.09

Support was added for stracing on the AMD64
(x86_64) platform.
Tags: Major feature enhancements

2008-02-20 19:34
0.08

Many code cleanups. The Linux x86-64 platform is now partially supported. Basic running works, but recursive debuggers and 32-bit programs are not (well) supported. The "openat" issue has really been fixed this time. A program "calc_defaults" that attempts to detect values for a new platform's platform_specific.h has been added. A new platform porting HOWTO has been written.
Tags: Major feature enhancements

2008-02-07 22:40
0.07

This release fixes a compilation error on platforms with no or partial support for "openat".
Tags: Major bugfixes

Project Resources