diff options
| author | mcampbellsmith <mcampbellsmith@gmail.com> | 2013-12-14 22:04:54 +1100 | 
|---|---|---|
| committer | mcampbellsmith <mcampbellsmith@gmail.com> | 2013-12-14 22:04:54 +1100 | 
| commit | 56e9073c2f5b54277bf7269ad6aa5f1c872daad2 (patch) | |
| tree | a23dad90f80c18a45f139770e2eca1f4abcfb69a /rootdir | |
| parent | 2d598cf590461156ad5572fb35acbd78590060c1 (diff) | |
| download | device_samsung_i9305-56e9073c2f5b54277bf7269ad6aa5f1c872daad2.zip device_samsung_i9305-56e9073c2f5b54277bf7269ad6aa5f1c872daad2.tar.gz device_samsung_i9305-56e9073c2f5b54277bf7269ad6aa5f1c872daad2.tar.bz2  | |
i9305: fix SELinux labels for /tombstones
Change-Id: Ibddc6cd099645b2e20699ba3b8b4f29b6629144c
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/init.target.rc | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/rootdir/init.target.rc b/rootdir/init.target.rc index f0eeac4..dbbc773 100644 --- a/rootdir/init.target.rc +++ b/rootdir/init.target.rc @@ -49,6 +49,13 @@ on post-fs-data      restorecon /efs/FactoryApp/serial_no      restorecon /efs/imei/mps_code.dat      restorecon /efs/wifi/.mac.info +    restorecon /tombstones +    restorecon /tombstones/qcks +    restorecon /tombstones/qcks/acdb.bin +    restorecon /tombstones/qcks/efs1.bin +    restorecon /tombstones/qcks/efs2.bin +    restorecon /tombstones/qcks/efs3.bin +    restorecon /tombstones/qcks/temp.dump      # for AT distributor      chown system radio /sys/module/cpuidle_exynos4/parameters/enable_mask  | 
