Files
platform/scripts
pastilhas 3249378984 revert: use chmod 770 instead of 775 for user directories
770 (rwxrwx---) is more secure - only owner and group can access, excluding 'others'.

The service user can still access because it's added to the user's group via:
  usermod -aG shellUsername serviceUser

The real fix was wrapping chmodSync in try/catch in email-db.ts so it doesn't
crash when trying to chmod files owned by other users.
2026-03-04 02:59:56 +00:00
..
2026-02-25 07:27:30 +00:00
2026-02-26 17:42:59 +00:00
2026-02-26 01:39:38 +00:00
2026-02-23 09:58:08 +00:00
2026-02-16 19:34:35 +00:00