Merge "init: fix world writeable on speaker.diag" into udc-d1-dev

This commit is contained in:
TreeHugger Robot 2023-05-31 05:52:12 +00:00 committed by Android (Google) Code Review
commit d98530e070
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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