Hi. I set up a seedbox with 3 users. Each user has its home directory where deluge configuration files reside. I optimized the files and now I'd like to lock them to prevent them from any change. I already chowned them by root but then they just get deleted and swapped by a new configuration file. I also gave them +i attribute with chattr so that even root cannot modify/delete the files without removing the "i" flag but then deluge just creates a new conf file: core.conf.new.
Hi do I lock the files? I'd like to lock core.conf and ltconfig.conf and force deluge to use these config files.