# AppArmor Util
A command line tool that is meant to work with audit log files. Given an audit log file with entries for
AppArmor profiles with the complain-flag, apparmor_util produces rules for all logged apparmor-events, that
have either been **_DENIED_** or **_ALLOWED_**.
---
## Roadmap
- [ ] Command line options for parsing specific directories and generate rules for a specific file type with
pre-specified mode. (Is supposed to generate rules for directories like /usr/lib/ to put into
/etc/apparmor.d/tunables/ for use in other profiles.)
---
## TODO
- [ ] Unit tests for all associated functions and methods.
---
###### License
See _[COPYING](./COPYING)_ for information about the license.
###### Contact
For any other question contact me at
<i>[d445caf647f9d009387267a3@too-generic.dev](mailto:d445caf647f9d009387267a3@too-generic.dev)</i>.