[-next PATCH] security: use octal not symbolic permissions
From: penguin-kernel@i-love.sakura.ne.jp (Tetsuo Handa)
Date: 2018-06-11 20:57:37
From: penguin-kernel@i-love.sakura.ne.jp (Tetsuo Handa)
Date: 2018-06-11 20:57:37
On 2018/06/12 4:01, Joe Perches wrote:
Currently security files use a mixture of octal and symbolic styles for permissions. Using octal and not symbolic permissions is preferred by many as more readable. see: https://lkml.org/lkml/2016/8/2/1945 Prefer the direct use of octal for permissions. Signed-off-by: Joe Perches <joe@perches.com> security/tomoyo/condition.c | 18 ++++++-------diff --git a/security/tomoyo/condition.c b/security/tomoyo/condition.c
Acked-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> for the TOMOYO part. -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html