rosemary: rootdir: Fix /dev/fm ownership

* On AOSP, the FMRadio app process runs as system

Change-Id: I1316d78e02f5087f0d561840f68a6aaa0746c658
This commit is contained in:
Ash Blake
2023-01-04 14:07:26 +01:00
committed by Matsvei Niaverau
parent 6bba9e5583
commit 5ee2fea9de
2 changed files with 2 additions and 2 deletions

View File

@@ -599,7 +599,7 @@ on post-fs-data
# FM Radio device node
chmod 0660 /dev/fm
chown media media /dev/fm
chown system system /dev/fm
# device apc settings

View File

@@ -54,7 +54,7 @@
/dev/fw_log_wifi 0660 wifi wifi
# FMRadio
/dev/fm 0660 media media
/dev/fm 0660 system system
# NFC
/dev/st21nfc 0660 nfc radio