2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-30 05:47:59 +00:00

fix "plane" vs. "plain" typo

Christian Boltz 2023-05-29 19:04:27 +02:00
parent e2421ff6ca
commit 8c97b7e1fb
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C
3 changed files with 3 additions and 3 deletions

@ -46,7 +46,7 @@ These release notes cover all changes between 2.13.7 (b51a2d27) and 2.13.8 (027f
- Fix spacing when printing out AF_UNIX addresses ([MR:978](https://gitlab.com/apparmor/apparmor/-/merge_requests/978))
## Utils
- Fix error when choosing named exec with plane profile names ([MR:1013](https://gitlab.com/apparmor/apparmor/-/merge_requests/1013), [AABUG:314](https://gitlab.com/apparmor/apparmor/-/issues/314))
- Fix error when choosing named exec with plain profile names ([MR:1013](https://gitlab.com/apparmor/apparmor/-/merge_requests/1013), [AABUG:314](https://gitlab.com/apparmor/apparmor/-/issues/314))
- log parsing fixes ([MR:959](https://gitlab.com/apparmor/apparmor/-/merge_requests/959))
## Policy

@ -44,7 +44,7 @@ These release notes cover all changes between 3.0.9 (af9d04d2) and 3.0.10 (090ed
- fix definitely and possibly lost memory leaks ([MR:992](https://gitlab.com/apparmor/apparmor/-/merge_requests/992))
## Utils
- Fix error when choosing named exec with plane profile names ([MR:1013](https://gitlab.com/apparmor/apparmor/-/merge_requests/1013), [AABUG:314](https://gitlab.com/apparmor/apparmor/-/issues/314))
- Fix error when choosing named exec with plain profile names ([MR:1013](https://gitlab.com/apparmor/apparmor/-/merge_requests/1013), [AABUG:314](https://gitlab.com/apparmor/apparmor/-/issues/314))
- Ignore 'x' in mixed file mode log events ([MR:1001](https://gitlab.com/apparmor/apparmor/-/merge_requests/1001), [AABUG:303](https://gitlab.com/apparmor/apparmor/-/issues/303))
- Fix json output ([MR:1036](https://gitlab.com/apparmor/apparmor/-/merge_requests/1036), [AABUG:964](https://gitlab.com/apparmor/apparmor/-/merge_requests/964))

@ -43,7 +43,7 @@ These release notes cover all changes between 3.1.3 (c8eefe44) ) and 3.1.4 (e5a3
- fix definitely and possibly lost memory leaks ([MR:992](https://gitlab.com/apparmor/apparmor/-/merge_requests/992))
## Utils
- Fix error when choosing named exec with plane profile names ([MR:1013](https://gitlab.com/apparmor/apparmor/-/merge_requests/1013), [AABUG:314](https://gitlab.com/apparmor/apparmor/-/issues/314))
- Fix error when choosing named exec with plain profile names ([MR:1013](https://gitlab.com/apparmor/apparmor/-/merge_requests/1013), [AABUG:314](https://gitlab.com/apparmor/apparmor/-/issues/314))
- Ignore 'x' in mixed file mode log events ([MR:1001](https://gitlab.com/apparmor/apparmor/-/merge_requests/1001), [AABUG:303](https://gitlab.com/apparmor/apparmor/-/issues/303))
- aa-status
- Fix json output ([MR:1036](https://gitlab.com/apparmor/apparmor/-/merge_requests/1036), [AABUG:964](https://gitlab.com/apparmor/apparmor/-/merge_requests/964))