doc: minor improvment of dev doc.

This commit is contained in:
Alexandre Pujol 2024-10-08 21:24:29 +01:00
parent 146bda8f45
commit cc47d8d557
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 4 additions and 8 deletions

View file

@ -118,8 +118,7 @@ The `exec` directive is useful to allow executing transitions to a profile witho
**`[X]`**
: If `X` is set, the directive will conserve the `x` file rules regardless of the transition. Not enabled by default as it may conflict with the parent profile.
: If `X` is set, the directive will conserve the `x` file rules regardless of the transition. It is not enabled by default as it may conflict with the parent profile. Indeed, automatically adding `Px` and `ix` transition in a profile is a very effective way to have conflict between transitions as you can automatically add rule already present in the profile but with another transition (you would then get the AppArmor error: `profile has merged rule with conflicting x modifiers`).
**Example**