funnelback_umask

Background

Sets the umask value for Funnelback. When there is no mask, Funnelback will attempt to create files with 666 permissions.

Setting the key

Set this configuration key in the server configuration.

Use the configuration key editor to add or edit the funnelback_umask key, and set the value. This can be set to any valid String value.

Default value

Funnelback will create files with 644 permissions.

funnelback_umask=022

Examples

To make Funnelback create files with 664 permissions:

funnelback_umask=002