It looks like the permissions for accessory files is hardcoded to 755 which is fairly open. Directories are created with 700 which is more ideal. Is there a need/use case for using 755? env files for accessories are created with 600 when uploaded via Kamal for reference.
|
execute :chmod, "755", remote |
It looks like it was added via this commit 52d1039.