shell bypass 403

Cubjrnet7 Shell

: /usr/lib/dracut/modules.d/96securityfs/ [ drwxr-xr-x ]

name : securityfs.sh
#!/usr/bin/sh

SECURITYFSDIR="/sys/kernel/security"
export SECURITYFSDIR

if ! findmnt "${SECURITYFSDIR}" > /dev/null 2>&1; then
    mount -t securityfs -o nosuid,noexec,nodev securityfs ${SECURITYFSDIR} > /dev/null 2>&1
fi

© 2025 Cubjrnet7