cm: Give BootReceiver permissions to read fsck log
Change-Id: Icd0fdc2d218254cf78b7bfa45b0963f85c492c2b
This commit is contained in:
parent
0c86291906
commit
1b4eeb3ce7
@ -29,6 +29,10 @@ on post-fs-data
|
||||
# Run sysinit
|
||||
start sysinit
|
||||
|
||||
# Change permissions on fsck log so it can be added to the dropbox
|
||||
chown root log /dev/fscklogs/log
|
||||
chmod 0640 /dev/fscklogs/log
|
||||
|
||||
on boot
|
||||
# interactive governor
|
||||
chown system system /sys/devices/system/cpu/cpufreq/interactive/timer_rate
|
||||
|
Loading…
Reference in New Issue
Block a user