mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-24 14:06:47 +01:00
Fix capitalisation of openSUSE
This commit is contained in:
parent
3756c6853a
commit
57508bd7ea
7 changed files with 9 additions and 9 deletions
|
@ -119,7 +119,7 @@ If there is no predictable label it can be omitted.
|
||||||
## Additional recommended documentation
|
## Additional recommended documentation
|
||||||
|
|
||||||
* [The AppArmor Core Policy Reference](https://gitlab.com/apparmor/apparmor/-/wikis/AppArmor_Core_Policy_Reference)
|
* [The AppArmor Core Policy Reference](https://gitlab.com/apparmor/apparmor/-/wikis/AppArmor_Core_Policy_Reference)
|
||||||
* [The OpenSUSE Documentation](https://doc.opensuse.org/documentation/leap/security/html/book-security/part-apparmor.html)
|
* [The openSUSE Documentation](https://doc.opensuse.org/documentation/leap/security/html/book-security/part-apparmor.html)
|
||||||
* https://documentation.suse.com/sles/12-SP5/html/SLES-all/cha-apparmor-intro.html
|
* https://documentation.suse.com/sles/12-SP5/html/SLES-all/cha-apparmor-intro.html
|
||||||
* [The AppArmor.d man page](https://man.archlinux.org/man/apparmor.d.5)
|
* [The AppArmor.d man page](https://man.archlinux.org/man/apparmor.d.5)
|
||||||
* [F**k AppArmor](https://presentations.nordisch.org/apparmor/#/)
|
* [F**k AppArmor](https://presentations.nordisch.org/apparmor/#/)
|
||||||
|
|
|
@ -29,7 +29,7 @@ make pkg
|
||||||
make dpkg
|
make dpkg
|
||||||
```
|
```
|
||||||
|
|
||||||
**:simple-suse: OpenSUSE**
|
**:simple-suse: openSUSE**
|
||||||
```sh
|
```sh
|
||||||
make rpm
|
make rpm
|
||||||
```
|
```
|
||||||
|
|
|
@ -47,7 +47,7 @@ To build a VM image for development purpose, run the following from the `tests`
|
||||||
| Arch Linux | Gnome | `make archlinux flavor=gnome` | `arch-gnome` |
|
| Arch Linux | Gnome | `make archlinux flavor=gnome` | `arch-gnome` |
|
||||||
| Arch Linux | KDE | `make archlinux flavor=kde` | `arch-kde` |
|
| Arch Linux | KDE | `make archlinux flavor=kde` | `arch-kde` |
|
||||||
| Debian | Server | `make debian flavor=server` | `debian-server` |
|
| Debian | Server | `make debian flavor=server` | `debian-server` |
|
||||||
| OpenSUSE | KDE | `make opensuse flavor=kde` | `opensuse-kde` |
|
| openSUSE | KDE | `make opensuse flavor=kde` | `opensuse-kde` |
|
||||||
| Ubuntu | Server | `make ubuntu flavor=server` | `ubuntu-server` |
|
| Ubuntu | Server | `make ubuntu flavor=server` | `ubuntu-server` |
|
||||||
| Ubuntu | Desktop | `make ubuntu falvor=desktop` | `ubuntu-desktop` |
|
| Ubuntu | Desktop | `make ubuntu falvor=desktop` | `ubuntu-desktop` |
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ override_dh_auto_build:
|
||||||
make enforce
|
make enforce
|
||||||
```
|
```
|
||||||
|
|
||||||
#### :simple-suse: OpenSUSE
|
#### :simple-suse: openSUSE
|
||||||
|
|
||||||
In `dists/apparmor.d.spec`, replace `%make_build` by `make enforce`
|
In `dists/apparmor.d.spec`, replace `%make_build` by `make enforce`
|
||||||
```diff
|
```diff
|
||||||
|
|
|
@ -60,7 +60,7 @@ override_dh_auto_build:
|
||||||
make full
|
make full
|
||||||
```
|
```
|
||||||
|
|
||||||
**:simple-suse: OpenSUSE**
|
**:simple-suse: openSUSE**
|
||||||
|
|
||||||
In `dists/apparmor.d.spec`, replace `%make_build` by `make full`
|
In `dists/apparmor.d.spec`, replace `%make_build` by `make full`
|
||||||
```diff
|
```diff
|
||||||
|
|
|
@ -36,7 +36,7 @@ See the [Concepts](concepts.md)' page for more detail on the architecture.
|
||||||
* [:material-arch: Arch Linux](install.md#archlinux)
|
* [:material-arch: Arch Linux](install.md#archlinux)
|
||||||
* [:material-ubuntu: Ubuntu 22.04](install.md#ubuntu-debian)
|
* [:material-ubuntu: Ubuntu 22.04](install.md#ubuntu-debian)
|
||||||
* [:material-debian: Debian 12](install.md#ubuntu-debian)
|
* [:material-debian: Debian 12](install.md#ubuntu-debian)
|
||||||
* [:simple-suse: OpenSUSE Tumbleweed](install.md#opensuse)
|
* [:simple-suse: openSUSE Tumbleweed](install.md#opensuse)
|
||||||
- Support for all major desktop environments:
|
- Support for all major desktop environments:
|
||||||
- [x] :material-gnome: Gnome
|
- [x] :material-gnome: Gnome
|
||||||
- [ ] :simple-kde: KDE *(work in progress)*
|
- [ ] :simple-kde: KDE *(work in progress)*
|
||||||
|
|
|
@ -76,9 +76,9 @@ sudo dpkg -i ../apparmor.d_*.deb
|
||||||
|
|
||||||
If your distribution is based on Ubuntu or Debian, you may want to manually set the target distribution by exporting `DISTRIBUTION=debian` if is Debian based, or `DISTRIBUTION=ubuntu` if it is Ubuntu based.
|
If your distribution is based on Ubuntu or Debian, you may want to manually set the target distribution by exporting `DISTRIBUTION=debian` if is Debian based, or `DISTRIBUTION=ubuntu` if it is Ubuntu based.
|
||||||
|
|
||||||
## :simple-suse: OpenSUSE
|
## :simple-suse: openSUSE
|
||||||
|
|
||||||
OpenSUSE users need to add [cboltz](https://en.opensuse.org/User:Cboltz) repo on OBS
|
openSUSE users need to add [cboltz](https://en.opensuse.org/User:Cboltz) repo on OBS
|
||||||
```sh
|
```sh
|
||||||
zypper addrepo https://download.opensuse.org/repositories/home:cboltz/openSUSE_Factory/home:cboltz.repo
|
zypper addrepo https://download.opensuse.org/repositories/home:cboltz/openSUSE_Factory/home:cboltz.repo
|
||||||
zypper refresh
|
zypper refresh
|
||||||
|
@ -117,7 +117,7 @@ sudo make profile-names...
|
||||||
|
|
||||||
- :material-arch: Arch Linux `sudo pacman -R apparmor.d`
|
- :material-arch: Arch Linux `sudo pacman -R apparmor.d`
|
||||||
- :material-ubuntu: Ubuntu & :material-debian: Debian `sudo apt purge apparmor.d`
|
- :material-ubuntu: Ubuntu & :material-debian: Debian `sudo apt purge apparmor.d`
|
||||||
- :simple-suse: OpenSUSE `sudo zypper remove apparmor.d`
|
- :simple-suse: openSUSE `sudo zypper remove apparmor.d`
|
||||||
|
|
||||||
[aur]: https://aur.archlinux.org/packages/apparmor.d-git
|
[aur]: https://aur.archlinux.org/packages/apparmor.d-git
|
||||||
[repo]: https://repo.pujol.io/
|
[repo]: https://repo.pujol.io/
|
||||||
|
|
Loading…
Reference in a new issue