diff options
| author | Nick Kralevich <nnk@google.com> | 2014-01-15 12:13:20 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-01-15 12:13:20 -0800 |
| commit | c93904b445830cd17fd9dd6d4fe236987577a478 (patch) | |
| tree | 3ab98a2afce1a8494cb02ae5add6dd4590b307a4 /rootdir | |
| parent | 93557002e17dbda49650d198c11e78ff413c8ad4 (diff) | |
| parent | e847f429f43ae56aaa406697ca603c8469e2100b (diff) | |
| download | system_core-c93904b445830cd17fd9dd6d4fe236987577a478.tar.gz system_core-c93904b445830cd17fd9dd6d4fe236987577a478.tar.bz2 system_core-c93904b445830cd17fd9dd6d4fe236987577a478.zip | |
am e847f429: Merge "restorecon /data/misc/media."
* commit 'e847f429f43ae56aaa406697ca603c8469e2100b':
restorecon /data/misc/media.
Diffstat (limited to 'rootdir')
| -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 842227a45..38dbf1a74 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -227,6 +227,7 @@ on post-fs-data chmod 0660 /data/misc/wifi/wpa_supplicant.conf mkdir /data/local 0751 root root mkdir /data/misc/media 0700 media media + restorecon_recursive /data/misc/media # Set security context of any pre-existing /data/misc/adb/adb_keys file. restorecon /data/misc/adb |
