Associate proc_wifi_dbg with proc_type

Associate proc_wifi_dbg with proc_type
Remove IOffloadConfig, IOffloadConrol to fix bootup

Change-Id: I0a69a16be10b391461b75ce8c84eebf42279c40a
This commit is contained in:
Srinivas Narne
2018-04-17 16:31:41 -07:00
committed by Gerrit - the friendly Code Review server
parent 24e385f86d
commit 6383e16ea1
2 changed files with 1 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ type debugfs_mdp, debugfs_type, fs_type;
type debugfs_icnss, debugfs_type, fs_type;
# /proc
type proc_wifi_dbg, fs_type;
type proc_wifi_dbg, fs_type, proc_type;
type proc_audiod, fs_type;
type qmuxd_socket, file_type;

View File

@@ -4,8 +4,6 @@ com.qualcomm.qti.qcril.qcrilhook::IQtiOemHook u:object_r:vnd_q
com.qualcomm.qti.uceservice::IUceService u:object_r:hal_imsrcsd_hwservice:s0
vendor.qti.qcril.am::IQcRilAudio u:object_r:vnd_qcrilhook_hwservice:s0
vendor.qti.imsrtpservice::IRTPService u:object_r:hal_imsrtp_hwservice:s0
android.hardware.tetheroffload.config::IOffloadConfig u:object_r:hal_tetheroffload_hwservice:s0
android.hardware.tetheroffload.control::IOffloadControl u:object_r:hal_tetheroffload_hwservice:s0
com.quicinc.cne.api::IApiService u:object_r:hal_cne_hwservice:s0
com.quicinc.cne.server::IServer u:object_r:hal_cne_hwservice:s0
vendor.display.config::IDisplayConfig u:object_r:hal_display_config_hwservice:s0