apparmor/libraries/libapparmor/src
Ryan Lee 2d7440350f Basic test that uses aa_log_record struct fields via old, C++-incompatible names
Signed-off-by: Ryan Lee <ryan.lee@canonical.com>
2024-10-03 12:46:00 -07:00
..
features.c Merge aa-load 2023-06-29 21:24:25 +00:00
grammar.y Rename aa_log_record struct fields (C only) to allow inclusion in C++ 2024-10-03 12:43:33 -07:00
kernel.c Merge aa-load 2023-06-29 21:24:25 +00:00
kernel_interface.c treewide: spelling/typo fixes in comments and docs 2020-12-01 12:47:11 -08:00
libaalogparse.c Rename aa_log_record struct fields (C only) to allow inclusion in C++ 2024-10-03 12:43:33 -07:00
libapparmor.map libapparmor: fix undefined reference to aa_split_overlay_str 2024-08-05 10:27:37 -03: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 Basic test that uses aa_log_record struct fields via old, C++-incompatible names 2024-10-03 12:46:00 -07:00
parser.h Inline _parse_yacc in libaalogparse 2024-09-10 11:33:24 -07:00
PMurHash.c libapparmor: convert multicache from using djb2 hashing to murmur3 hash 2018-04-14 15:51:23 -07:00
PMurHash.h libapparmor: convert multicache from using djb2 hashing to murmur3 hash 2018-04-14 15:51:23 -07:00
policy_cache.c Merge aa-load 2023-06-29 21:24:25 +00:00
private.c libapparmor: fix handling of failed symlink traversal 2022-02-27 00:55:41 -08:00
private.h libapparmor: handle feature hash collision by falling back to next dir 2018-04-14 15:51:23 -07:00
scanner.l Make libaalogparse lexer fully reentrant by removing its globals 2024-09-04 12:00:13 -07:00
tst_aalogmisc.c libapparmor: fix memory leaks in aalogmisc unit tests. 2015-08-27 13:47:52 -07:00
tst_aalogparse_cpp.cpp Basic test that invokes aalogparse functions from C++ code 2024-10-03 12:45:55 -07:00
tst_aalogparse_oldname.c Basic test that uses aa_log_record struct fields via old, C++-incompatible names 2024-10-03 12:46:00 -07:00
tst_aalogparse_reentrancy.c Make parse_record take a const char pointer since it never modified str anyways 2024-09-10 11:33:24 -07:00
tst_features.c Explicitly initialize component in test_walk_one 2024-08-06 13:02:52 -07:00
tst_kernel.c libapparmor: Strip a trailing newline character in aa_splitcon(3) 2015-05-19 21:31:53 -05:00