1
0

fix apparmor issue (#9047)

fix apparmor issue

Co-authored-by: ghost43 <somber.night@protonmail.com>
This commit is contained in:
Robert
2024-05-16 18:47:47 +03:00
committed by SomberNight
parent ba59a03b8d
commit b9cd61bcde
4 changed files with 2 additions and 2 deletions

View File

@@ -4,9 +4,9 @@ AppArmor confinement is provided via profiles loaded into the kernel.
## Installation
Copy the AppArmor profile from `contrib/apparmor/` to `/etc/apparmor.d/`:
Copy the AppArmor profile from `contrib/apparmor/apparmor.d/` to `/etc/apparmor.d/`:
```
sudo cp -R -L contrib/apparmor/* /etc/apparmor.d
sudo cp -R -L contrib/apparmor/apparmor.d/* /etc/apparmor.d
```
Reload the AppArmor profiles to apply the changes:
```