mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
![]() When is_blacklisted() was internal to the parser, it would print an error message when encountering some file names. If the path parameter was non-null, the error message would include the file path instead of the file name. Now that the function has been moved to libapparmor, callers are expected to print the appropriate error message if _aa_is_blacklisted() returns -1. Since the error message printing no longer occurs inside of _aa_is_blacklisted(), the path parameter can be removed. Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Acked-by: John Johansen <john.johansen@canonical.com> |
||
---|---|---|
.. | ||
sys | ||
aalogparse.h | ||
Makefile.am |