From af2c6d07166bca3b252df02da8850288f71a6b8c Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 16 Apr 2023 21:35:15 +0100 Subject: [PATCH] docs: add warning on known issue. --- docs/issues.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/issues.md b/docs/issues.md index c283c714..f1542a53 100644 --- a/docs/issues.md +++ b/docs/issues.md @@ -4,10 +4,16 @@ title: Known issues # Known issues +Known bugs are tracked on the meta issue **[#75](https://github.com/roddhjav/apparmor.d/issues/74)**. + !!! info - Known bugs are tracked on the meta issue **[#75](https://github.com/roddhjav/apparmor.d/issues/74)**. + Usually, a profile in complain mode cannot break the program it confines. + However, there are some **major exceptions**: + * `deny` rules are enforced even in complain mode, + * `attach_disconnected` (and `the mediate_deleted`) will break the program if they are required and missing in the profile, + * If apparmor does not find the profile to transition `rPx`. ### Pacman "could not get current working directory"