|
|
38.
|
|
|
SECURITY ASPECTS
|
|
|
type: SH
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:169
|
|
|
39.
|
|
|
B<fakeroot> is a regular, non-setuid program. It does not enhance a user's privileges, or decrease the system's security.
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:173
|
|
|
40.
|
|
|
FILES
|
|
|
type: SH
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:173
|
|
|
41.
|
|
|
I</usr/lib/*/libfakeroot-*.so> The shared library containing the wrapper functions.
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:176
|
|
|
42.
|
|
|
ENVIRONMENT
|
|
|
type: SH
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:176
|
|
|
43.
|
|
|
B<FAKEROOTKEY>
|
|
|
type: IP
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:178
|
|
|
44.
|
|
|
The key used to communicate with the fakeroot daemon. Any program started with the right B<LD_PRELOAD> and a B<FAKEROOTKEY> of a running daemon will automatically connect to that daemon, and have the same "fake" view of the file system's permissions/ownerships (assuming the daemon and connecting program were started by the same user).
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:189
|
|
|
45.
|
|
|
B<LD_LIBRARY_PATH>
|
|
|
type: IP
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:189
|
|
|
46.
|
|
|
B<LD_PRELOAD>
|
|
|
type: IP
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:191
|
|
|
47.
|
|
|
fakeroot is implemented by wrapping system calls. This is accomplished by setting LD_LIBRARY_PATH=/usr/lib/fakeroot and LD_PRELOAD=libfakeroot.so.0. That library is loaded before the system's C library, and so most of the library functions are intercepted by it. If you need to set either B<LD_LIBRARY_PATH> or B<LD_PRELOAD> from within a fakeroot environment, it should be set relative to the given paths, as in B<LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/foo/bar/>
|
|
|
type: Plain text
|
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../doc/fakeroot.1:204
|