mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +01:00
Make enforce more understandable
Rewords sentances as well as fixes some spelling mistakes Change Archlinux to Arch Linux Make which line to edit in PKGBUILD easier to understand
This commit is contained in:
parent
a86c63b10c
commit
dc1a03659f
@ -6,16 +6,16 @@ The default package configuration installs all profiles in *complain* mode. This
|
||||
|
||||
!!! warning
|
||||
|
||||
- You need to test it in complain mode first and ensure your system boot!
|
||||
- When reporting issue. Please ensure the profiles are in complain mode
|
||||
- Please test in complain mode first and ensure your system boots!
|
||||
- When reporting an issue, please ensure the affected profiles are in complain mode.
|
||||
|
||||
|
||||
#### :material-arch: Archlinux
|
||||
#### :material-arch: Arch Linux
|
||||
|
||||
In `PKGBUILD`, replace `make` by `make enforce`:
|
||||
```diff
|
||||
- make
|
||||
+ make enforce
|
||||
- make DISTRIBUTION=arch
|
||||
+ make enforce DISTRIBUTION=arch
|
||||
```
|
||||
|
||||
#### :material-ubuntu: Ubuntu & :material-debian: Debian
|
||||
|
Loading…
Reference in New Issue
Block a user