From d1026422c3e442969ab15f868fdfeec63c66fc16 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Sun, 16 Sep 2018 10:02:33 +0100 Subject: [PATCH] Rephrase capabilities --- _data/functions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/functions.yml b/_data/functions.yml index f03bc26..fc27bcb 100644 --- a/_data/functions.yml +++ b/_data/functions.yml @@ -81,9 +81,9 @@ sudo-enabled: capabilities-enabled: label: Capabilities description: | - It can manipulate its process UID and in Linux systems it can be set with the - `CAP_SETUID` capability to make it work as a backdoor to maintain elevated privileges. - This also works if the binary is invoked by another binary with the capability set. + It can manipulate its process UID and can be used on Linux as a backdoor to maintain + elevated privileges with the `CAP_SETUID` capability set. This also works when executed + by another binary with the capability set. suid-limited: label: Limited SUID