Submit
Path:
~
/
/
usr
/
share
/
initramfs-tools
/
scripts
/
local-bottom
/
File Content:
cryptopensc
#!/bin/sh set -e PREREQ="" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac # Hook for stopping smartcard reading software if [ ! -x /usr/sbin/pcscd ]; then exit 0 fi . /scripts/functions if PID="$(cat /run/pcscd.pid)" 2>/dev/null && [ "$(readlink -f "/proc/$PID/exe")" = "/usr/sbin/pcscd" ]; then log_begin_msg "Stopping pcscd" kill -TERM "$PID" log_end_msg fi
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
cryptgnupg-sc
253 bytes
0755
cryptopensc
449 bytes
0755
cryptroot
307 bytes
0755
iscsi
833 bytes
0755
mdadm
46 bytes
0755
ntfs_3g
345 bytes
0755
N4ST4R_ID | Naxtarrr