shell bypass 403

Cubjrnet7 Shell

: /usr/lib/dracut/modules.d/95virtiofs/ [ drwxr-xr-x ]

name : parse-virtiofs.sh
#!/usr/bin/sh
# Accepted formats:
# 	rootfstype=virtiofs root=<tag>
# 	root=virtiofs:<tag>

if [ "${fstype}" = "virtiofs" -o "${root%%:*}" = "virtiofs" ]; then
    # shellcheck disable=SC2034
    rootok=1
fi

© 2025 Cubjrnet7