android: binder: Use octal permissions
authorHarsh Shandilya <harsh@prjkt.io>
Fri, 22 Dec 2017 14:07:02 +0000 (19:37 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Jan 2018 17:00:45 +0000 (18:00 +0100)
commit21d02ddf716669e182a13b69b4dd928cf8ef5e0f
tree19a82100fc4e77979df5ef911c4ac2ee85a36857
parent74d83a5d747ad22f33927ffd2c77f237fda2e878
android: binder: Use octal permissions

checkpatch warns against the use of symbolic permissions,
this patch migrates all symbolic permissions in the binder
driver to octal permissions.

Test: debugfs nodes created by binder have the same unix
permissions prior to and after this patch was applied.

Signed-off-by: Harsh Shandilya <harsh@prjkt.io>
Cc: "Arve Hjønnevåg" <arve@android.com>
Cc: Todd Kjos <tkjos@android.com>
Cc: Martijn Coenen <maco@android.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c