GitBook: [master] one page modified

This commit is contained in:
CPol 2020-09-01 11:18:55 +00:00 committed by gitbook-bot
parent 01df3484c5
commit 6fd8a1d6d0
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -971,7 +971,7 @@ int __libc_start_main(int (*main) (int, char **, char **), int argc, char ** ubp
## Capabilities
Linux capabilities provide a **subset of the available root privileges to a process**. This effectively breaks up root **privileges into smaller and distinctive units**. Each of these units can then be independently be granted to processes. This way the full set of privileges is reduced and decreasing the risks of exploitation.
Read the following page to **learn more about capabilities and howto abuse them**:
Read the following page to **learn more about capabilities and how to abuse them**:
{% page-ref page="linux-capabilities.md" %}