rpminspect: suppress complain about inet_aton in /usr/bin/networkctl

[skip changelog]
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-09-19 09:05:23 +02:00
parent 3f41433302
commit 5dfe4c64c5
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ badfuncs:
/usr/lib/systemd/tests/unit-tests/*:
- inet_addr
- inet_aton
/usr/bin/networkctl:
- inet_addr
- inet_aton
# don't report changed content of compiled files
# that is expected with every update