apparmor/libraries/libapparmor/include
Tyler Hicks d428ef45ea libapparmor: Remove unused path param from _aa_is_blacklisted()
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>
2015-06-16 15:49:51 -05:00
..
sys libapparmor: Remove unused path param from _aa_is_blacklisted() 2015-06-16 15:49:51 -05:00
aalogparse.h libaalogparse: support missing mount keywords 2014-09-04 10:10:56 -07:00
Makefile.am libapparmor: move public headers to separate directory 2014-01-06 14:08:55 -08:00