Download List

프로젝트 설명

Pretendroot is an LD_PRELOAD library which overrides some glibc calls, pretending you are root while doing file system operations. The main difference from Debian's fakeroot is that no daemons or other processes are involved, fake ownership and group are stored on the file system, and not in memory, hence it can survive even reboots. This library has been successfully used when building packages for the UHU-Linux distribution. All of its applications are compiled and installed as an unprivileged user. However, there's no need to patch Makefiles; commands such as "install -o root -g mail thisfile ${DESTDIR}/here" work perfectly, and the final packages will have the desired ownership and group.

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.

2007-07-12 23:07
0.9

이 릴리스는 시스템 호출의 가족 *에서뿐만 아니라 getgroups에 대한 지원을 추가 / setgroups. 래퍼 스크립트 및 개선 컴파일러가 경고를 제거합니다.
Tags: Major feature enhancements
This release adds support for the *at family of system calls, as well as for getgroups/setgroups. The wrapper script is improved, and a compiler warning is eliminated.

2007-06-08 20:06
0.8

적절히 있기 때문에 () 호출로 이름을 바꾸 존재가 중단 파일의 메타 데이터를 파괴하는 새로운 파일과 함께 그것을 대체합니다. 환경 변수 라이브러리 대신 래퍼 스크립트에서, 그래서 그들이 자유롭게 pretendroot 세션 내에서 변경 수정할 수있습니다.
Tags: Minor bugfixes
Properly destroys meta-data of a file that ceases to exist because a rename() call replaces it with a new file. Environment variables are altered in the wrapper script instead of the library, so that they can be freely modified within a pretendroot session.

2003-04-25 19:21
0.6

전역 변수는 다중 경쟁 조건이 발생할 수도있다 스레드 애플 리케이션 제거되었습니다. 파일이 가짜 소유권을 포함하는 세계와 때로는 쓰기 권한이 만들어졌습니다.
Tags: Minor bugfixes
A global variable that could cause race conditions for multi-threaded apps has been eliminated. Files that contain the fake ownership were sometimes created with world writable permissions.

2003-04-19 01:32
0.5.1

Tags: Initial freshmeat announcement

Project Resources