mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-24 14:06:47 +01:00
docs: add support for OpenSUSE.
This commit is contained in:
parent
eee645ec66
commit
459bfa2217
3 changed files with 24 additions and 10 deletions
|
@ -29,11 +29,10 @@ most Linux based applications and processes.
|
||||||
|
|
||||||
- Target both desktops and servers
|
- Target both desktops and servers
|
||||||
- Support all distributions that support AppArmor:
|
- Support all distributions that support AppArmor:
|
||||||
* Currently:
|
* Archlinux
|
||||||
- Archlinux
|
* Ubuntu 22.04
|
||||||
- Ubuntu 22.04
|
* Debian 11
|
||||||
- Debian 11
|
* OpenSUSE Tumbleweed
|
||||||
* Not (yet) tested on openSUSE
|
|
||||||
- Support all major desktop environments:
|
- Support all major desktop environments:
|
||||||
* Currently only Gnome
|
* Currently only Gnome
|
||||||
- Fully tested (Work in progress)
|
- Fully tested (Work in progress)
|
||||||
|
|
|
@ -29,11 +29,10 @@ See the [Concepts](concepts) page for more detail on the architecture.
|
||||||
|
|
||||||
- Target both desktops and servers
|
- Target both desktops and servers
|
||||||
- Support all distributions that support AppArmor:
|
- Support all distributions that support AppArmor:
|
||||||
* Currently:
|
* [:material-arch: Archlinux](/install/#archlinux)
|
||||||
- :material-arch: Archlinux
|
* [:material-ubuntu: Ubuntu 22.04](/install/#ubuntu-debian)
|
||||||
- :material-ubuntu: Ubuntu 22.04
|
* [:material-debian: Debian 11](/install/#ubuntu-debian)
|
||||||
- :material-debian: Debian 11
|
* [:simple-suse: OpenSUSE Tumbleweed](/install/#opensuse)
|
||||||
* Not (yet) tested on openSUSE
|
|
||||||
- Support all major desktop environments:
|
- Support all major desktop environments:
|
||||||
* Currently only :material-gnome: Gnome
|
* Currently only :material-gnome: Gnome
|
||||||
- Fully tested (Work in progress)
|
- Fully tested (Work in progress)
|
||||||
|
|
|
@ -26,6 +26,7 @@ Also, please note wayland has better support than xorg.
|
||||||
**Build dependencies**
|
**Build dependencies**
|
||||||
|
|
||||||
* Go
|
* Go
|
||||||
|
* lsb-release
|
||||||
* Rsync
|
* Rsync
|
||||||
|
|
||||||
## :material-arch: Archlinux
|
## :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
|
## Partial install
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
|
|
Loading…
Reference in a new issue