745c8dbfb8
Signed-off-by: Troy Dawson <tdawson@redhat.com>
8 lines
267 B
YAML
8 lines
267 B
YAML
# Set up global ignore list
|
|
# The 'gethostbyname' func is used only in the lib/rtapelib.c file
|
|
# We've decided it's not a risk due to the fact that it's used for open the magnetic tape function
|
|
badfuncs:
|
|
allowed:
|
|
/usr/bin/tar:
|
|
- gethostbyname
|