legacyO7 / Aurora

A utility to control RGB keyboard back-light and charging threshold for Asus TUF-gaming laptops
MIT License
48 stars 3 forks source link

/lib/systemd/system bad permissions #13

Closed NativoDigital closed 10 months ago

NativoDigital commented 10 months ago

Hi,

It works pretty well. I have installed aurora_3.5.7-stable+1_amd64.deb on Debian 12.2. The laptop is a F15 FX506HC

Every time it starts, just after asking for root credentials, it changes all the file permissions under /lib/systemd/system/ to chmod 647 and folders to chmod 757.

Even while the app is opened I can patch the problem with something as find . -type f -exec chmod 644 {} \; && find . -type d -exec chmod 755 {} \; and it still works, so I don't understand why it need to change ALL those system services permissions. After all it is working as root.

Thank you for your good work! Best regards

legacyO7 commented 10 months ago

It was necessary during the early stages of Aurora, but it is no longer required.