mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
Fix AppArmor capitalisation
This commit is contained in:
parent
129f044ce7
commit
a86c63b10c
@ -65,7 +65,7 @@ directories. Example:
|
|||||||
@{XDG_PROJECTS_DIR}+="Git" "Papers"
|
@{XDG_PROJECTS_DIR}+="Git" "Papers"
|
||||||
```
|
```
|
||||||
|
|
||||||
Then restart the apparmor service to reload the profiles in the kernel:
|
Then restart the AppArmor service to reload the profiles in the kernel:
|
||||||
```sh
|
```sh
|
||||||
sudo systemctl restart apparmor.service
|
sudo systemctl restart apparmor.service
|
||||||
```
|
```
|
||||||
@ -105,4 +105,4 @@ You can extend any profile with your own rules by creating a file in the `/etc/a
|
|||||||
`rPx` allows transition to the Firefox profile. Use `rPUx` to allow transition to an unconfined state if you do not have the profile for a given program.
|
`rPx` allows transition to the Firefox profile. Use `rPUx` to allow transition to an unconfined state if you do not have the profile for a given program.
|
||||||
|
|
||||||
|
|
||||||
Then, reload the apparmor rules with `sudo systemctl restart apparmor`.
|
Then, reload the AppArmor rules with `sudo systemctl restart AppArmor`.
|
||||||
|
Loading…
Reference in New Issue
Block a user