$UMASK¶
Type: global configuration parameter
Default:
Description:
The $umask parameter allows to specify the rsyslogd processes’ umask. If not specified, the system-provided default is used. The value given must always be a 4-digit octal number, with the initial digit being zero.
If $umask is specified multiple times in the configuration file, results may be somewhat unpredictable. It is recommended to specify it only once.
Sample:
$umask 0000
This sample removes all restrictions.
See also
Help with configuring/using Rsyslog
:
- Mailing list - best route for general questions
- GitHub: rsyslog source project - detailed questions, reporting issues
that are believed to be bugs with
Rsyslog
- Stack Exchange (View, Ask) - experimental support from rsyslog community
See also
Contributing to Rsyslog
:
- Source project: rsyslog project README.
- Documentation: rsyslog-doc project README