diff options
author | Jeff Sharkey <jsharkey@android.com> | 2016-04-14 21:09:34 -0600 |
---|---|---|
committer | Jeff Sharkey <jsharkey@android.com> | 2016-04-15 13:42:29 -0600 |
commit | c9b84a362a92b7ce709095c1986be871eacbb010 (patch) | |
tree | 7e9f83930dd53c59440c93b8fc5339c5be8997ef /rootdir/init.rc | |
parent | f80d64f9d1503d12e1d643f39cabbabbd2d74dda (diff) |
Create legacy /data/system/user directory.
We create per-user directories under this location, so it should
only be created once by init, similar to all the other user-specific
directories.
Bug: 27896918
Change-Id: I9ec55e4fd763c0eda6c6e50483694a6377344586
Diffstat (limited to 'rootdir/init.rc')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 3e2f0a589..28a9b9ac9 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -427,6 +427,7 @@ on post-fs-data mkdir /data/system 0775 system system mkdir /data/system/heapdump 0700 system system + mkdir /data/system/users 0775 system system mkdir /data/system_de 0770 system system mkdir /data/system_ce 0770 system system |