From f87c27197ce71b0ca9623ecae157c18e507dcdf5 Mon Sep 17 00:00:00 2001 From: Salmax Chang Date: Thu, 17 Nov 2022 14:37:02 +0800 Subject: [PATCH] radio: Add new radio device Add "/dev/oem_test" into radio device label list. Bug: 258744063 Change-Id: If5e7d555f4b0584f87956c9354ebf1d3efd9f73f --- radio/file_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/radio/file_contexts b/radio/file_contexts index 048c7f77..2a9a03f7 100644 --- a/radio/file_contexts +++ b/radio/file_contexts @@ -30,6 +30,7 @@ # Devices /dev/ttyGS[0-3] u:object_r:serial_device:s0 /dev/oem_ipc[0-7] u:object_r:radio_device:s0 +/dev/oem_test u:object_r:radio_device:s0 /dev/umts_boot0 u:object_r:radio_device:s0 /dev/umts_ipc0 u:object_r:radio_device:s0 /dev/umts_ipc1 u:object_r:radio_device:s0