Submit
Path:
~
/
/
snap
/
lxd
/
29351
/
snap
/
hooks
/
File Content:
remove
#!/bin/sh set -eu # Re-exec outside of apparmor confinement if [ -d /sys/kernel/security/apparmor ] && [ "$(cat /proc/self/attr/current)" != "unconfined" ]; then exec aa-exec -p unconfined -- "$0" "$@" fi # Unmount potential LXD paths. for path in "${SNAP_COMMON}/ns/shmounts" "${SNAP_COMMON}/ns/mntns" "${SNAP_COMMON}/ns" "${SNAP_COMMON}/var/lib/lxcfs/"; do nsenter -t 1 -m umount -l "${path}" >/dev/null 2>&1 || true done # Stop workaround unit nsenter -t 1 -m systemctl stop snap.lxd.workaround >/dev/null 2>&1 || true exit 0
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
configure
3721 bytes
0755
install
112 bytes
0755
remove
541 bytes
0755
N4ST4R_ID | Naxtarrr