mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-24 14:06:47 +01:00
install - Reword and fix spelling mistakes
This commit is contained in:
parent
0df205412c
commit
4f84b495be
1 changed files with 7 additions and 7 deletions
|
@ -4,17 +4,17 @@ title: Installation
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
|
|
||||||
In order to not break your system, the default package configuration installs all profiles in complain mode. They can be enforced later. See the [Enforce Mode](enforce.md) page.
|
To prevent the risk of breaking your system, the default package configuration installs all profiles in complain mode. They can be enforced later. See the [Enforce Mode](enforce.md) page.
|
||||||
|
|
||||||
!!! danger
|
!!! danger
|
||||||
|
|
||||||
Do **not** install this project if your Desktop Environement and Display Manager is not supported. Your system will not boot, and that would be a feature.
|
Do **not** expect this project to work correctly if your Desktop Environment and Display Manager are not supported. Your Desktop Environment or Display Manager might not load, and that would be a feature.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
**AppArmor**
|
**AppArmor**
|
||||||
|
|
||||||
An `apparmor` based Linux distribution is required. The default profiles and abstractions shipped with AppArmor must be installed.
|
An `AppArmor` supported Linux distribution is required. The default profiles and abstractions shipped with AppArmor must be installed.
|
||||||
|
|
||||||
**Desktop environment**
|
**Desktop environment**
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ The following desktop environments are supported:
|
||||||
|
|
||||||
* Go >= 1.18
|
* Go >= 1.18
|
||||||
|
|
||||||
## :material-arch: Archlinux
|
## :material-arch: Arch Linux
|
||||||
|
|
||||||
`apparmor.d-git` is available in the [Arch User Repository][aur]:
|
`apparmor.d-git` is available in the [Arch User Repository][aur]:
|
||||||
```
|
```
|
||||||
|
@ -72,7 +72,7 @@ sudo dpkg -i ../apparmor.d_*.deb
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
|
|
||||||
**Beware**: do not install a `.deb` made for Debian on Ubuntu, the packages are differents.
|
**Beware**: do not install a `.deb` made for Debian on Ubuntu, the packages are different.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ sudo make profile-names...
|
||||||
|
|
||||||
!!! warning
|
!!! warning
|
||||||
|
|
||||||
Partial installation is discouraged because profile dependencies are not fetched. To prevent some apparmor issues, the dependencies are automatically switched to unconfined (`rPx` -> `rPUx`). The installation process warns on the missing profiles so that you can easily install them if desired. (PR is welcome see [#77](https://github.com/roddhjav/apparmor.d/issues/77))
|
Partial installation is discouraged because profile dependencies are not fetched. To prevent some AppArmor issues, the dependencies are automatically switched to unconfined (`rPx` -> `rPUx`). The installation process warns on the missing profiles so that you can easily install them if desired. (PR is welcome see [#77](https://github.com/roddhjav/apparmor.d/issues/77))
|
||||||
|
|
||||||
For instance, `sudo make pass` gives:
|
For instance, `sudo make pass` gives:
|
||||||
```sh
|
```sh
|
||||||
|
@ -115,7 +115,7 @@ sudo make profile-names...
|
||||||
|
|
||||||
## Uninstall
|
## Uninstall
|
||||||
|
|
||||||
- :material-arch: Archlinux `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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue