docs: some clarrification.
This commit is contained in:
parent
9727d1ce1f
commit
1223b70467
3 changed files with 28 additions and 3 deletions
|
|
@ -191,9 +191,7 @@ dynamically by the kernel. Therefore, the full range must be allowed:
|
|||
|
||||
*Source: [AppArmor Wiki][apparmor-wiki]*
|
||||
|
||||
This feature is only enabled when the `--full` option is passed to
|
||||
the `configure` script. The profiles for full system policies are maintained in
|
||||
the **[`_full`][_full]** group. It consists of two extra main profiles:
|
||||
This feature is only enabled when the profiles are built with `make full`. The profiles for full system policies are maintained in the **[`_full`][_full]** group. It consists of two extra main profiles:
|
||||
|
||||
1. **`init`**: For systemd as PID 1
|
||||
2. **`systemd`**: For systemd as user
|
||||
|
|
@ -201,6 +199,11 @@ the **[`_full`][_full]** group. It consists of two extra main profiles:
|
|||
All core required applications that need to be started by systemd (both as user
|
||||
or root) need to be present in these profiles.
|
||||
|
||||
Early policy load should also be enabled. In `/etc/apparmor/parser.conf`
|
||||
```
|
||||
cache-loc /etc/apparmor/earlypolicy/
|
||||
```
|
||||
|
||||
!!! danger
|
||||
|
||||
Full system policy is still under early development, do not run it outside a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue