mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-02-03 08:45:06 +01:00
doc: cosmetic.
This commit is contained in:
parent
f4dd2745d1
commit
8fda216cc2
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
@ -48,8 +48,8 @@ This is fundamentally different from how AppArmor is used on Linux server as it
|
||||||
* An `apparmor` based linux distribution.
|
* An `apparmor` based linux distribution.
|
||||||
* Base profiles and abstractions shipped with AppArmor are supposed to be
|
* Base profiles and abstractions shipped with AppArmor are supposed to be
|
||||||
installed.
|
installed.
|
||||||
* Go
|
* Go (build dependency only)
|
||||||
* rsync
|
* rsync (build dependency only)
|
||||||
|
|
||||||
**Archlinux**
|
**Archlinux**
|
||||||
|
|
||||||
|
@ -61,19 +61,18 @@ sudo pacman -U apparmor.d-*.pkg.tar.zst \
|
||||||
--overwrite etc/apparmor.d/tunables/xdg-user-dirs
|
--overwrite etc/apparmor.d/tunables/xdg-user-dirs
|
||||||
```
|
```
|
||||||
|
|
||||||
> Note: for a first install, it is recommanded to install all profiles in complain mode. See [Complain mode](#troubleshooting)
|
> **Warning**: for a first install, it is recommanded to install all profiles in complain mode. See [Complain mode](#troubleshooting)
|
||||||
|
|
||||||
**Debian**
|
**Debian**
|
||||||
|
|
||||||
Build using standard Debian package build tools:
|
Build using standard Debian package build tools:
|
||||||
```sh
|
```sh
|
||||||
sudo apt install debhelper ubuntu-dev-tools config-package-dev golang-go apparmor-profiles rsync
|
sudo apt install apparmor-profiles build-essential config-package-dev debhelper golang-go rsync
|
||||||
|
|
||||||
dpkg-buildpackage -b -d --no-sign
|
dpkg-buildpackage -b -d --no-sign
|
||||||
sudo dpkg -i ../apparmor.d_*_all.deb
|
sudo dpkg -i ../apparmor.d_*_all.deb
|
||||||
```
|
```
|
||||||
|
|
||||||
> Note: for a first install, it is recommanded to install all profiles in complain mode. See [Complain mode](#troubleshooting)
|
> **Warning**: for a first install, it is recommanded to install all profiles in complain mode. See [Complain mode](#troubleshooting)
|
||||||
|
|
||||||
**Partial install**
|
**Partial install**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue