docs: add support for OpenSUSE.

This commit is contained in:
Alexandre Pujol 2023-02-05 00:22:21 +00:00
parent eee645ec66
commit 459bfa2217
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 24 additions and 10 deletions

View file

@ -26,6 +26,7 @@ Also, please note wayland has better support than xorg.
**Build dependencies**
* Go
* lsb-release
* Rsync
## :material-arch: Archlinux
@ -66,6 +67,21 @@ sudo dpkg -i ../apparmor.d_*_all.deb
```
## :simple-suse: OpenSUSE
Build and install from source:
```sh
./configure --complain
make
sudo make install
sudo systemctl restart apparmor
```
!!! note
RPM package is still a work in progress. Help is welcome.
## Partial install
!!! warning