From 85b71fe67d2d8669b54b9f32bcf15851b07d44f4 Mon Sep 17 00:00:00 2001 From: ILEX Lin Date: Sat, 18 Jan 2020 09:41:15 +0800 Subject: [PATCH] [ALPS03894499] Modify SELinux policy [Detail] Remove "allow radio debugfs_tracing:file write" MTK-Commit-Id: 793d7934f1412512906eaba15bf7c86357a350bc Change-Id: I02065c831a4dfb0bb26a267469f8a48b2562ed2e CR-Id: ALPS03894499 Feature: NFC Chipset Capability --- non_plat/radio.te | 1 - 1 file changed, 1 deletion(-) diff --git a/non_plat/radio.te b/non_plat/radio.te index 034b530..4127805 100644 --- a/non_plat/radio.te +++ b/non_plat/radio.te @@ -160,7 +160,6 @@ allow radio hal_nfc_hwservice:hwservice_manager find; binder_call(radio, hal_nfc) binder_call(hal_nfc, radio) hwbinder_use(radio); -#allow radio debugfs_tracing:file write; #hal_client_domain(radio, hal_nfc) typeattribute radio halclientdomain; typeattribute radio hal_nfc_client;