doc: fix configuration command.
This commit is contained in:
parent
9b1aaeb68f
commit
226a753bf9
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ As there are a lot of rules, it is recommended to enable caching AppArmor profil
|
||||||
In `/etc/apparmor/parser.conf`, add `write-cache` and `Optimize=compress-fast`.
|
In `/etc/apparmor/parser.conf`, add `write-cache` and `Optimize=compress-fast`.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
echo 'write-cache' | sudo tee /etc/apparmor/parser.conf
|
echo 'write-cache' | sudo tee -a /etc/apparmor/parser.conf
|
||||||
echo 'Optimize=compress-fast' | sudo tee /etc/apparmor/parser.conf
|
echo 'Optimize=compress-fast' | sudo tee -a /etc/apparmor/parser.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! info
|
!!! info
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue