Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Should we sign disk images to prevent translocation?

Abierto
#792 1 comentario 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
5/5
Tiempo estimado
Más de una semana
Aptitud para principiantes
25/100
Tipo de issue
Nueva funcionalidad
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
macos
Área
desktop, release

Línea de trabajo

Start by reviewing the current AppTranslocation path check that disables autostart and autoupdate when launching from a disk image. Investigate the linked disk-image signing information and determine whether signing changes those behaviors and binary paths; done means reaching and documenting a decision, with any required logic changes identified.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

It is apparently possible to sign disk images. This is a separate step from notarization.

More info: https://c-command.com/dropdmg/help/signing

If we sign the disk image, then the app will not be translocated when opening from the disk image.

I'm not sure if that would be useful for us.

Possible benefits:

  • autostart Postgres.app even when it is on the disk image (disk image might be mounted automatically, need to check)
  • nicer binary paths when creating a server with Postgres.app launched from disk image:
    • signed: /Volumes/Postgres-2.7.10-17/Postgres.app/Contents/Versions/17/bin
    • unsigned: /private/var/folders/xx/xxxxxxxx/T/AppTranslocation/xxxx/d/Postgres.app/Contents/Versions/17/bin
  • no translocation when people install app with cp -R instead of using the Finder to move the app

Currently we disable autostart and autoupdate when launching from disk image. We detect that by checking if the path contains "AppTranslocation". We would have to change that logic.

Lenguaje dominante
Makefile
Estrellas
7.8k
Forks
404
Merge medio
6 h 55 min
PR fusionados (30 d)
6

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de PostgresApp/PostgresApp

Todos los issues de PostgresApp/PostgresApp

Issues similares

Más issues de Desktop Dev

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.