17 lines
472 B
Bash
17 lines
472 B
Bash
# Title: Variables - TIP_DOCKER_ROOTLESS
|
|
# ID: TIP_DOCKER_ROOTLESS
|
|
# Author: Carlos Polop
|
|
# Last Update: 22-08-2023
|
|
# Description: In rootless mode privilege escalation to root will not be possible.
|
|
# License: GNU GPL
|
|
# Version: 1.0
|
|
# Functions Used:
|
|
# Global Variables:
|
|
# Initial Functions:
|
|
# Generated Global Variables: $TIP_DOCKER_ROOTLESS
|
|
# Fat linpeas: 0
|
|
# Small linpeas: 1
|
|
|
|
|
|
TIP_DOCKER_ROOTLESS="In rootless mode privilege escalation to root will not be possible."
|