Jan 4th 2020 #1 Is there a way to disable the immutable bit on the homefolder? With the current setup after every update on a domains config the flags gets set again, breaking the shell account (no permission for history and for cddb).
Jan 7th 2020 #2 If you read the code you will find this Code if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) { setImmutable( $data->{'WEB_DIR'} ); } This means if you setup the webspace with "web folder protection" the immunable bit will be set. It's only a user configuration.