✏️ 正在编辑: trust-extract-compat
路径:
/usr/libexec/p11-kit/trust-extract-compat
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/usr/bin/bash set -e if test "$UID" != "0"; then echo "p11-kit: the 'extract-trust' command must be run as root" >&2 exit 2 fi if test $# -gt 1; then echo "p11-kit: no additional arguments are supported for this command" >&2 exit 2 fi exec /usr/bin/update-ca-trust
💾 保存文件
← 返回文件管理器