From a9b7b20c6828b45cce268fc40121d0caf750bce4 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Thu, 31 May 2018 17:54:12 +0100 Subject: [PATCH] Rephrase suid-limited Debian limitation --- _data/functions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/functions.yml b/_data/functions.yml index 2e8bf67..1764a48 100644 --- a/_data/functions.yml +++ b/_data/functions.yml @@ -12,7 +12,7 @@ suid-enabled: suid-limited: label: Limited SUID - description: It runs with the SUID bit set and may be exploited to access the file system, escalate or maintain access with elevated privileges working as a SUID backdoor. This only works on systems like Debian that allow to run a SUID shell by default. + description: It runs with the SUID bit set and may be exploited to access the file system, escalate or maintain access with elevated privileges working as a SUID backdoor. Running `/bin/sh` only works on Debian systems that allow SUID shell execution by default. sudo-enabled: label: Sudo