immutable bit on home folder

  • 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).

  • If you read the code you will find this

    Code
    1. if ( $data->{'WEB_FOLDER_PROTECTION'} eq 'yes' ) {
    2. setImmutable( $data->{'WEB_DIR'} );
    3. }

    This means if you setup the webspace with "web folder protection" the immunable bit will be set. It's only a user configuration.