omegaui / linux-voice-control

Your personal, fully customization, Linux Voice Control Assistant.
GNU General Public License v3.0
129 stars 7 forks source link

Permissions that are too open #17

Closed Kentoseth closed 7 months ago

Kentoseth commented 7 months ago

In this file: https://github.com/omegaui/linux-voice-control/blob/0b4432262e785e38c6de625c2c8c1262c470e4df/install.sh#L35

The script wants to use 777 as the folder permission. This is a security risk and a safer option should be considered.

omegaui commented 7 months ago

Thanks, 0755 would be fine.