mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
docs: update known issues.
This commit is contained in:
parent
e3a5812bfb
commit
91fc3adb63
@ -2,18 +2,19 @@
|
|||||||
title: Known issues
|
title: Known issues
|
||||||
---
|
---
|
||||||
|
|
||||||
Known bugs are tracked on the meta issue **[#75](https://github.com/roddhjav/apparmor.d/issues/74)**.
|
|
||||||
|
|
||||||
!!! info
|
!!! info
|
||||||
|
|
||||||
Usually, a profile in complain mode cannot break the program it confines.
|
Known bugs are tracked on the meta issue **[#75](https://github.com/roddhjav/apparmor.d/issues/74)**.
|
||||||
However, there are some **major exceptions**:
|
|
||||||
|
|
||||||
* `deny` rules are enforced even in complain mode,
|
## Complain mode
|
||||||
* `attach_disconnected` (and `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"
|
A profile in *complain* mode cannot break the program it confines. However, there are some **major exceptions**:
|
||||||
|
|
||||||
|
1. `deny` rules are enforced even in *complain* mode,
|
||||||
|
2. `attach_disconnected` (and `mediate_deleted`) will break the program if they are required and missing in the profile,
|
||||||
|
3. If AppArmor does not find the profile to transition `rPx`.
|
||||||
|
|
||||||
|
## Pacman "could not get current working directory"
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ sudo pacman -Syu
|
$ sudo pacman -Syu
|
||||||
@ -30,15 +31,3 @@ According to the Arch Linux guideline, on Arch Linux, packages cannot install fi
|
|||||||
This provides a basic protection against some packages (on the AUR) that may have rogue install script.
|
This provides a basic protection against some packages (on the AUR) that may have rogue install script.
|
||||||
|
|
||||||
[pacman]: https://github.com/roddhjav/apparmor.d/blob/main/apparmor.d/groups/pacman/pacman
|
[pacman]: https://github.com/roddhjav/apparmor.d/blob/main/apparmor.d/groups/pacman/pacman
|
||||||
|
|
||||||
|
|
||||||
### Gnome can be very slow to start.
|
|
||||||
|
|
||||||
[Gnome](https://github.com/roddhjav/apparmor.d/issues/80) can be slow to start. This is a known bug, help is very welcome.
|
|
||||||
|
|
||||||
The complexity is that:
|
|
||||||
|
|
||||||
- It works fine without AppArmor
|
|
||||||
- It works fine on most system (including test VM)
|
|
||||||
- It seems to be dbus related
|
|
||||||
- On archlinux, the dbus mediation is not enabled. So, there is nothing special to allow.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user