SV-209048r603263_rule
V-209048
SRG-OS-000480
OL6-00-000346
CAT III
10
The file "/etc/init.d/functions" includes initialization parameters for most or all daemons started at boot time. The default umask of 022 prevents creation of group- or world-writable files. To set the default umask for daemons, edit the following line, inserting 022 or 027 for [UMASK] appropriately:
umask [UMASK]
Setting the umask to too restrictive a setting can cause serious errors at runtime. Many daemons on the system already individually restrict themselves to a umask of 077 in their own init scripts.
To check the value of the "umask", run the following command:
$ grep umask /etc/init.d/functions
The output should show either "022" or "027".
If it does not, this is a finding.
V-209048
False
OL6-00-000346
To check the value of the "umask", run the following command:
$ grep umask /etc/init.d/functions
The output should show either "022" or "027".
If it does not, this is a finding.
M
2928