It would be nice if there would be a new "exec" mapper that simply sets exec bits only. Configuration: ``` <mapper> <type>exec</type> <incldues>myapp</includes> <user>true</user> <group>true</group> <other>true</other> </mapper> ``` All files matching that expression get the exec bit set.