apparmor/libraries/libapparmor/src
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
..
features.c libapparmor: Create a man page for aa_features 2015-06-15 15:11:51 -05:00
grammar.y add ability to parser dmesg output as a log file 2015-06-02 01:00:29 -07:00
kernel.c add query helper for link permissions 2015-06-06 01:27:49 -07:00
kernel_interface.c libapparmor: Create a man page for aa_kernel_interface 2015-06-15 15:11:51 -05:00
libaalogparse.c libaalogparse: support missing mount keywords 2014-09-04 10:10:56 -07:00
libapparmor.map libapparmor: Simplify aa_policy_cache API 2015-06-15 15:11:50 -05:00
libapparmor.pc.in Given that we want to do more apparmor things in user space (dbus 2012-11-14 11:00:06 -08:00
Makefile.am libapparmor: Add unit tests for aa_splitcon() 2015-05-19 21:30:39 -05:00
parser.h libraries/libapparmor/: more license cleanups, adjust my email address 2011-02-23 14:02:45 -08:00
policy_cache.c libapparmor: Remove unused path param from _aa_is_blacklisted() 2015-06-16 15:49:51 -05:00
private.c libapparmor: Remove unused path param from _aa_is_blacklisted() 2015-06-16 15:49:51 -05:00
private.h libapparmor: Protect _aa_autofree users from freeing bad pointers 2015-03-25 17:09:27 -05:00
scanner.l add ability to parser dmesg output as a log file 2015-06-02 01:00:29 -07:00
tst_aalogmisc.c libapparmor: Move over the lib functions needed by cache loading code 2015-03-25 17:09:27 -05:00
tst_features.c libapparmor: Move the aa_features API 2015-03-25 17:09:27 -05:00
tst_kernel.c libapparmor: Strip a trailing newline character in aa_splitcon(3) 2015-05-19 21:31:53 -05:00