init: fix world writeable on speaker.diag
Bug: 284996147 Test: builds Change-Id: Ib85d06312a254d1f9483d5e5d006934c446a2006 Signed-off-by: Robert Lee <lerobert@google.com>
This commit is contained in:
parent
66f849659a
commit
5344132e34
3 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,7 @@ on post-fs-data
|
||||||
|
|
||||||
# Speaker amp permission
|
# Speaker amp permission
|
||||||
chmod 644 /mnt/vendor/persist/audio/speaker.cal
|
chmod 644 /mnt/vendor/persist/audio/speaker.cal
|
||||||
|
chmod 644 /mnt/vendor/persist/audio/speaker.diag
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
on post-fs-data
|
on post-fs-data
|
||||||
|
|
|
@ -32,6 +32,7 @@ on post-fs-data
|
||||||
|
|
||||||
# Speaker amp permission
|
# Speaker amp permission
|
||||||
chmod 644 /mnt/vendor/persist/audio/speaker.cal
|
chmod 644 /mnt/vendor/persist/audio/speaker.cal
|
||||||
|
chmod 644 /mnt/vendor/persist/audio/speaker.diag
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
on post-fs-data
|
on post-fs-data
|
||||||
|
|
|
@ -35,6 +35,7 @@ on post-fs-data
|
||||||
|
|
||||||
# Speaker amp permission
|
# Speaker amp permission
|
||||||
chmod 644 /mnt/vendor/persist/audio/speaker.cal
|
chmod 644 /mnt/vendor/persist/audio/speaker.cal
|
||||||
|
chmod 644 /mnt/vendor/persist/audio/speaker.diag
|
||||||
|
|
||||||
# Bluetooth
|
# Bluetooth
|
||||||
on post-fs-data
|
on post-fs-data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue