Miller 2022-01-26 21:50:37 -05:00 committed by GitHub
parent ffb7b58e21
commit e58bf35123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,6 +47,8 @@ if ! skip_base_upgrades ; then
# Migrate from version file to version+install combo # Migrate from version file to version+install combo
/usr/bin/mynode_migrate_version_files.sh /usr/bin/mynode_migrate_version_files.sh
# PwnKit vulnerability mitigation
chmod 0755 /usr/bin/pkexec
# Stop and disable any old services # Stop and disable any old services
systemctl disable https || true systemctl disable https || true