A config with the line:
d /run/test 0755 root root 10d -
creates a directory with the mode 1341 instead of 0755.
1341
0755
A config with the line:
creates a directory with the mode
1341
instead of0755
.