19 lines
691 B
Plaintext
19 lines
691 B
Plaintext
#
|
|
# This option can be used to tell rkhunter to ignore any prelink dependency
|
|
# errors for the given commands. However, a warning will also be issued if the
|
|
# error does not occur for a given command. As such this option must only be
|
|
# used on commands which experience a persistent problem.
|
|
#
|
|
# Short-term prelink dependency errors can usually be resolved simply by
|
|
# running the 'prelink' command on the given pathname.
|
|
#
|
|
# This is a space-separated list of command pathnames. The option can be
|
|
# specified more than once.
|
|
#
|
|
# NOTE: Whenever this option is changed 'rkhunter --propupd' must be run.
|
|
#
|
|
# The default value is the null string.
|
|
#
|
|
#IGNORE_PRELINK_DEP_ERR=/bin/ps /usr/bin/top
|
|
|