Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /lib/udisks2/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //lib/udisks2/udisks2-inhibit

#!/bin/sh
# Avoid udisks mounting while a program is running. This is mostly useful
# for installers.
# This is similar to udisks 1.x's "udisks --inhibit .." command.
# Author: Martin Pitt <martin.pitt@ubuntu.com>

set -e

[ -n "$1" ] || {
    echo "Usage: $0 <command> [<arguments> ...]" >&2
    exit 1
}

[ "`id -u`" = 0 ] || {
    echo "You need to run this script as root" >&2
    exit 1
}

mkdir -p /run/udev/rules.d
echo 'SUBSYSTEM=="block", ENV{UDISKS_IGNORE}="1"' > /run/udev/rules.d/90-udisks-inhibit.rules
trap "rm -f /run/udev/rules.d/90-udisks-inhibit.rules; udevadm control --reload; udevadm trigger --subsystem-match=block" EXIT HUP INT QUIT ILL ABRT FPE KILL SEGV PIPE ALRM TERM BUS
udevadm control --reload
udevadm trigger --subsystem-match=block

# run wrapped command
"$@"

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net