commit | 5fa4d26c572ca130f7c99040149e8aa7122888a5 | [log] [tgz] |
---|---|---|
author | Geremy Condra <gcondra@google.com> | Wed Apr 03 14:03:21 2013 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Wed Apr 03 14:03:21 2013 -0700 |
tree | 30cf92646988448994772c0466efb2080de06b06 | |
parent | 145d61e0c7f2584c65d6eb454496013408d707af [diff] | |
parent | 8e15eabdc0b40e68426eaf3179dc076d20df75b6 [diff] |
am 8e15eabd: Apply the correct SELinux label for the properties workspace. * commit '8e15eabdc0b40e68426eaf3179dc076d20df75b6': Apply the correct SELinux label for the properties workspace.
diff --git a/init/init.c b/init/init.c index b28b0ab..93b5997 100755 --- a/init/init.c +++ b/init/init.c
@@ -879,6 +879,7 @@ */ restorecon("/dev"); restorecon("/dev/socket"); + restorecon("/dev/__properties__"); is_charger = !strcmp(bootmode, "charger");