...
Currently, there are two built-in custom actions consuming such data, ChmodCompilerListener and ChmodInstallerListener, where relevant keys are
permission.dir,permission.file
with integer values interpreted as permissions like in the Unix chmod:
If value begins with "0" -> octal number,
otherwise is is a decimal number representing some permission.
...