apparmor.d/pkg/aa
Alexandre Pujol 89abbae6bd
Merge branch 'feat/aa'
Improve go apparmor lib.

* aa: (62 commits)
  feat(aa): handle appending value to defined variables.
  chore(aa): cosmetic.
  fix: userspace prebuild test.
  chore: cleanup unit test.
  feat(aa): improve log conversion.
  feat(aa): move conversion function to its own file & add unit tests.
  fix: go linter issue & not defined variables.
  tests(aa): improve aa unit tests.
  tests(aa): improve rules unit tests.
  feat(aa): ensure the prebuild jobs are working.
  feat(aa): add more unit tests.
  chore(aa): cleanup.
  feat(aa): Move sort, merge and format methods to the rules interface.
  feat(aa): add the hat template.
  feat(aa): add the Kind struct to manage aa rules.
  feat(aa): cleanup rules methods.
  feat(aa): add function to resolve include preamble.
  feat(aa): updaqte mount flags order.
  feat(aa): update default tunable selection.
  feat(aa): parse apparmor preamble files.
  ...
2024-05-30 19:29:34 +01:00
..
templates feat(aa): add the hat template. 2024-05-28 18:16:21 +01:00
all.go chore(aa): cleanup. 2024-05-28 18:22:14 +01:00
apparmor_test.go Merge branch 'feat/aa' 2024-05-30 19:29:34 +01:00
apparmor.go Merge branch 'feat/aa' 2024-05-30 19:29:34 +01:00
base.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
blocks.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
capability.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
change_profile.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
convert_test.go chore: cleanup unit test. 2024-05-30 13:10:07 +01:00
convert.go feat(aa): move conversion function to its own file & add unit tests. 2024-05-30 12:32:30 +01:00
data_test.go fix: go linter issue & not defined variables. 2024-05-30 12:28:12 +01:00
dbus.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
file.go feat(aa): move conversion function to its own file & add unit tests. 2024-05-30 12:32:30 +01:00
io_uring.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
mount.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
mqueue.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
network.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
parse_test.go tests(aa): improve rules unit tests. 2024-05-29 21:17:21 +01:00
parse.go tests(aa): improve aa unit tests. 2024-05-29 21:18:30 +01:00
pivot_root.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
preamble.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
profile_test.go feat(aa): cleanup, fix import and add some unit tests. 2024-05-05 14:19:25 +01:00
profile.go chore(aa): cosmetic. 2024-05-30 14:19:56 +01:00
ptrace.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
resolve_test.go Merge branch 'feat/aa' 2024-05-30 19:29:34 +01:00
resolve.go Merge branch 'feat/aa' 2024-05-30 19:29:34 +01:00
rlimit.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
rules_test.go tests(aa): improve rules unit tests. 2024-05-29 21:17:21 +01:00
rules.go feat(aa): move conversion function to its own file & add unit tests. 2024-05-30 12:32:30 +01:00
signal.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
template.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
unix.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00
userns.go feat(aa): add the Kind struct to manage aa rules. 2024-05-28 18:15:22 +01:00