Deluge on Docker creating some conf files using wrong privileges

General support for problems installing or using Deluge
Post Reply
TheBR
New User
New User
Posts: 1
Joined: Wed Aug 11, 2021 10:52 am

Deluge on Docker creating some conf files using wrong privileges

Post by TheBR »

Hi,
I'm having issues with deluge, deployed from docker, where it creates 2 files using the wrong privileges.

The two files are label.conf and web.conf

I have UMASK and UMASK_SET configured for 022 with the program set to launch with docuser:everyone and files have permissions as follows for all other files as per the core.conf file below.

-rwxrwxr-- 1 docuser everyone 2804 2021-04-29 07:32 core.conf*

However both label.conf and web.conf are created & updated with the following permissions which are different to all other files in the directory:-

-rw------- 1 docuser everyone 2098 2021-07-30 10:52 label.conf
&
-rw------- 1 docuser everyone 42543 2021-08-11 11:19 web.conf
-rw------- 1 docuser everyone 42543 2021-08-11 11:16 web.conf.bak

Curiously label.conf.bak seems to set correctly on being backed up, where as the web.conf.bak one does not (see above).

-rwxrwxr-- 1 docuser everyone 2036 2021-07-26 18:03 label.conf.bak*

This causes problems for backing up config etc by another user as only docuser has r/w and setting what permissions i want are not being honored.

Any idea how to fix this?
Post Reply