mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:27:43 +00:00
Base: Fix Markdown casing in headings
This commit is contained in:
parent
0e3f5d3778
commit
6fe82889fb
2 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ character. For instance, `\\%l` would render as `%l`.
|
|||
|
||||
All other characters are treated normally.
|
||||
|
||||
#### examples
|
||||
#### Examples
|
||||
|
||||
`less`'s current default prompt: `'?f%f :.(line %l)?e (END):.'`
|
||||
|
||||
|
|
|
@ -74,9 +74,9 @@ Date: Mon Jan 20 22:12:04 2020 +0100
|
|||
Kernel: Add a basic implementation of unveil()
|
||||
```
|
||||
|
||||
### syscall call-from verification
|
||||
### Syscall call-from verification
|
||||
|
||||
[syscall call-from verification](https://marc.info/?l=openbsd-tech&m=157488907117170&w=2) is
|
||||
[Syscall call-from verification](https://marc.info/?l=openbsd-tech&m=157488907117170&w=2) is
|
||||
a mitigation which originated from OpenBSD.
|
||||
In short the kernel checks that all syscalls originate
|
||||
from the address of the system's libc. This makes attacks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue