tmon: set umask to a reasonable value
authorNeil Horman <nhorman@tuxdriver.com>
Tue, 17 Jun 2014 20:05:09 +0000 (16:05 -0400)
committerZhang Rui <rui.zhang@intel.com>
Tue, 1 Jul 2014 14:00:51 +0000 (22:00 +0800)
Currently, the tmon umask value is set to 0, which means whatever the permission
mask in the shell are when starting tmon in daemon mode are what the permissions
of any created files will be.  We should likely set something more explicit, so
lets go with the usual 022

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Acked-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>

No differences found