File: README.Debian

package info (click to toggle)
fl-cow 0.6-4.2
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 1,276 kB
  • ctags: 121
  • sloc: sh: 9,783; ansic: 278; makefile: 59
file content (11 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
On Debian the correct LD_PRELOAD is /usr/lib/fl-cow/libflcow.so.
This is set correctly by the supplied 'cow' script which can be used to invoke
a program with fl-cow.

For instance, to run a shell with fl-cow enabled:
$ cow bash
this will start bash with the appropriate LD_PRELOAD, and any subsequent
programs will inherit the LD_PRELOAD (unless they sanitise the environment of
their children).

-Rob