mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
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`.
|
||||
|
||||
```sh
|
||||
echo 'write-cache' | sudo tee /etc/apparmor/parser.conf
|
||||
echo 'Optimize=compress-fast' | sudo tee /etc/apparmor/parser.conf
|
||||
echo 'write-cache' | sudo tee -a /etc/apparmor/parser.conf
|
||||
echo 'Optimize=compress-fast' | sudo tee -a /etc/apparmor/parser.conf
|
||||
```
|
||||
|
||||
!!! info
|
||||
|
|
Loading…
Reference in a new issue