mirror of
https://github.com/trailofbits/algo.git
synced 2026-08-17 21:25:50 +02:00
Fix grammar and spelling in documentation (#14770)
* Add missing commas, correction of spelling errors * Fix additional grammar issues in documentation - Fix 'ip' to 'IP' and add missing article 'the same IP' - Fix 'openwrt' to 'OpenWrt' (proper capitalization) - Fix 'have' to 'has' for singular subject - Fix 'device' to 'devices' (plural) - Fix 'threat' to 'treats' (typo) --------- Co-authored-by: Anton Patsev <patsev.anton@gmail.com>
This commit is contained in:
co-authored by
Anton Patsev
parent
5c6896d307
commit
9d562831d7
@@ -27,7 +27,7 @@ To configure the connection to come up at boot time replace `auto=add` with `aut
|
||||
|
||||
## Notes on SELinux
|
||||
|
||||
If you use a system with SELinux enabled you might need to set appropriate file contexts:
|
||||
If you use a system with SELinux enabled, you might need to set appropriate file contexts:
|
||||
|
||||
````
|
||||
semanage fcontext -a -t ipsec_key_file_t "$(pwd)(/.*)?"
|
||||
|
||||
Reference in New Issue
Block a user