Apply the correct SELinux label for the properties workspace.
Change-Id: Ibb9c8044caa9d39ee6ec9fe06d54bb9dc4b56ff3
This commit is contained in:
parent
69de9ac00b
commit
8e15eabdc0
1 changed files with 1 additions and 0 deletions
|
@ -879,6 +879,7 @@ int main(int argc, char **argv)
|
|||
*/
|
||||
restorecon("/dev");
|
||||
restorecon("/dev/socket");
|
||||
restorecon("/dev/__properties__");
|
||||
|
||||
is_charger = !strcmp(bootmode, "charger");
|
||||
|
||||
|
|
Loading…
Reference in a new issue