Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: p57 on 20 June 2020, 08:18:33

Title: [SOLVED] Problem with fuse permissions
Post by: p57 on 20 June 2020, 08:18:33
fuse permissions by default installation are set to
crw------- 1 root root
and as such cause many problems.

If I change it to
crw-rw-rw- 1 root root
it resolves the issues but upon reboot it reverts back to
crw------- 1 root root

How to fix this?

Thank you
Title: Re: Problem with fuse permissions
Post by: p57 on 20 June 2020, 08:51:00
So I fixed it by adding chmod to /etc/rc.local and now it sticks
Title: Re: [SOLVED] Problem with fuse permissions
Post by: ####### on 20 June 2020, 16:02:06
Installing and enabling the fuse service might be another method.