"rkhunter --propupd" command execution got hung
Brought to you by:
dogsbody,
dogsbodymark
rkhunter --propupd command execution hangs. When executed bash -x mode its hanging while qurirying below command.
/usr/bin/rpm -qf /usr/bin/who --queryformat '%{NAME}\n'
If we execute above command manually once, its executing fine. If we keep execute multiple times its hanging. "propupd" option using "rpm -qf" for many system files.
As per redhat we should not use "rpm -qf " so often from a script. Refer to below redhat ticket
https://access.redhat.com/support/cases/#/case/03352780
Attaching "rkhunter --propupd" command execution log and rkhunter logs and configuration file.
Version being used 1.4.6
Can anyone take a look into this please