4.2.2.22. DisableSetAttribute

4.2.2.22.1. Synopsis

This tag, deny to the connected user to change the current files or folders attributes.

4.2.2.22.2. Options

Name Default Values Since version Context
DisableSetAttribute false false 1.20 Default,Group,IpRange,User,VirtualHost
true      

4.2.2.22.3. Examples

In this example, we deny to users in the users group to modify files and folders attributes:

<Default>
    Home /home
</Default>

<Group users>
    DisableSetAttribute true
</User>