apparmor.d/pkg/aa
2024-07-05 16:00:54 +01:00
..
templates feat(aa): update templates to last struct changes. 2024-06-29 22:33:45 +01:00
all.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
apparmor_test.go refractor(aa): rename base struct from RuleBase to Base 2024-06-25 19:50:27 +01:00
apparmor.go feat(aa): add the Merge method to the Rule interface. 2024-06-20 23:23:39 +01:00
base.go feat(aa): add new formatting methods to the rule interface. 2024-06-29 22:20:42 +01:00
blocks.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
capability.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
change_profile.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
data_test.go refractor(aa): rename base struct from RuleBase to Base 2024-06-25 19:50:27 +01:00
dbus.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
file.go feat(aa): add missing methods for the Link struct. 2024-06-29 22:52:31 +01:00
io_uring.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
mount.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
mqueue.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
network.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
parse_test.go test(aa): refractor interface rule unit tests. 2024-06-27 11:39:36 +01:00
parse.go chore: correct misspelled english words 2024-07-05 16:00:54 +01:00
pivot_root.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
preamble.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +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 feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
ptrace.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
resolve_test.go refractor(aa): rename base struct from RuleBase to Base 2024-06-25 19:50:27 +01:00
resolve.go feat(aa): update parse definition to last changes. 2024-06-19 23:24:43 +01:00
rlimit.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
rule_test.go test(aa): refractor interface rule unit tests. 2024-06-27 11:39:36 +01:00
rules.go feat(aa): rewrite the rules Format method. 2024-06-29 22:31:36 +01:00
signal.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
template.go test(aa): add merge unit tests. 2024-06-23 10:42:18 +01:00
unix.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
userns.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00
util_test.go feat(aa): rename: convert -> util. 2024-06-29 20:01:00 +01:00
util.go feat(aa): add implementation of the new rule methods. 2024-06-29 22:27:39 +01:00