mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
doc: expand on the enforce mode swicth.
This commit is contained in:
parent
e226f4eb03
commit
d629ac5788
@ -170,12 +170,18 @@ Then, reload the apparmor rules with `sudo systemctl restart apparmor`.
|
|||||||
## Enfore Mode
|
## Enfore Mode
|
||||||
|
|
||||||
The default package configuration installs all profile in *complain* mode.
|
The default package configuration installs all profile in *complain* mode.
|
||||||
You can easily switch to *enforce* mode. To do this, edit `PKGBUILD` on Archlinux or `debian/rules` on Debian and remove the `--complain` option to the configure script. Then build the package as usual:
|
Once you tested them and it works fine, you can easily switch to *enforce* mode.
|
||||||
|
To do this, edit `PKGBUILD` on Archlinux or `debian/rules` on Debian and remove
|
||||||
|
the `--complain` option to the configure script. Then build the package as usual:
|
||||||
```diff
|
```diff
|
||||||
- ./configure --complain
|
- ./configure --complain
|
||||||
+ ./configure
|
+ ./configure
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Do not worry, the profiles that are not considered stable are kept in complain mode.
|
||||||
|
They can be tracked in the `dists/flags` directory.
|
||||||
|
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
**AppArmor messages**
|
**AppArmor messages**
|
||||||
|
Loading…
Reference in New Issue
Block a user