diff --git a/README.md b/README.md index b1dc82fe..97772c09 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,10 @@ most Linux based applications and processes. - Target both desktops and servers - Support all distributions that support AppArmor: - * Currently: - - Archlinux - - Ubuntu 22.04 - - Debian 11 - * Not (yet) tested on openSUSE + * Archlinux + * Ubuntu 22.04 + * Debian 11 + * OpenSUSE Tumbleweed - Support all major desktop environments: * Currently only Gnome - Fully tested (Work in progress) diff --git a/docs/index.md b/docs/index.md index c1fc4ae8..a8dce1bd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -29,11 +29,10 @@ See the [Concepts](concepts) page for more detail on the architecture. - Target both desktops and servers - Support all distributions that support AppArmor: - * Currently: - - :material-arch: Archlinux - - :material-ubuntu: Ubuntu 22.04 - - :material-debian: Debian 11 - * Not (yet) tested on openSUSE + * [:material-arch: Archlinux](/install/#archlinux) + * [:material-ubuntu: Ubuntu 22.04](/install/#ubuntu-debian) + * [:material-debian: Debian 11](/install/#ubuntu-debian) + * [:simple-suse: OpenSUSE Tumbleweed](/install/#opensuse) - Support all major desktop environments: * Currently only :material-gnome: Gnome - Fully tested (Work in progress) diff --git a/docs/install.md b/docs/install.md index 395e945d..0fbf1ec5 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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