You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sprint C audit found that installd/permission-helper exposes org.lunaris.PermissionHelper1 D-Bus interface but no caller exists. Active install flow uses installd::module_permissions directly. The helper writes to /var/lib/lunaris/permissions/{uid}/... which is the wrong path (foundation §7.3 canonical is ~/.config/permissions/{app_id}.toml).
Decision needed: delete the helper or wire it as install-time root-fallback for some scenario. AUTH-CANONICAL.md treats it as deferred cleanup.
Sprint C audit found that
installd/permission-helperexposesorg.lunaris.PermissionHelper1D-Bus interface but no caller exists. Active install flow usesinstalld::module_permissionsdirectly. The helper writes to/var/lib/lunaris/permissions/{uid}/...which is the wrong path (foundation §7.3 canonical is~/.config/permissions/{app_id}.toml).Decision needed: delete the helper or wire it as install-time root-fallback for some scenario. AUTH-CANONICAL.md treats it as deferred cleanup.