"Testing chattr access permission..."

Hello all!

When entering ./cntools.sh I get this message "Testing chattr access permission, enter user password if requested…"

And then I have to enter my sudo password, which I am a little uncomfortable with when I don’t understand why the program wants me to to do this.

How do I get rid of this?

You can do it manually, cntools is just a user friendly interface

You mean editing the cntools.sh?

enable or disable chattr used to protect keys from being overwritten [true|false] (not supported on al>

if disabled standard read-only permission is set instead

#ENABLE_CHATTR=true

Removing the # on the #ENABLE_CHATTR=true in sudo nano cntools.sh seems to have done it. Thanks AlexD1985 as usual!