From: Neil Horman Date: Tue, 17 Jun 2014 20:05:09 +0000 (-0400) Subject: tmon: set umask to a reasonable value X-Git-Tag: omap-for-v3.17/fixes-against-rc2~327^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4adccf9fc84aaf5e4d18442e163d549e0b603075;p=pandora-kernel.git tmon: set umask to a reasonable value 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 Acked-by: Jacob Pan Signed-off-by: Zhang Rui --- Reading git-diff-tree failed