summaryrefslogtreecommitdiffstats
path: root/source/configuration/global/options/rsconf1_umask.rst
blob: 57ead5226bed7cedf27524ae8c79a1d49811b58e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
$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.

[`rsyslog site <http://www.rsyslog.com/>`_\ ]