File Explorer

/proc/self/root/proc/self/root/proc/thread-self/root/usr/libexec/p11-kit

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

trust-extract-compat275 B · 16 lines
#!/usr/bin/bash set -e if test "$UID" != "0"; then	echo "p11-kit: the 'extract-trust' command must be run as root" >&2	exit 2fi if test $# -gt 1; then	echo "p11-kit: no additional arguments are supported for this command" >&2	exit 2fi exec /usr/bin/update-ca-trust