wahoo: Mark proc_* types with proc_type attribute.

Bug: 74182216
Test: build policy
Change-Id: I6e541d0111639a213b80d755adc546f653531103
This commit is contained in:
Tri Vo
2018-03-27 16:35:44 -07:00
parent 22558eda35
commit ece77653a5

View File

@@ -32,7 +32,7 @@ type debugfs_ufs, debugfs_type, fs_type;
type debugfs_dma_bufinfo, debugfs_type, fs_type;
# /proc
type proc_wifi_dbg, fs_type;
type proc_wifi_dbg, fs_type, proc_type;
type qmuxd_socket, file_type;
type netmgrd_socket, file_type;
@@ -90,6 +90,6 @@ type keylayout_file, file_type, vendor_file_type;
typeattribute sysfs_batteryinfo mlstrustedobject;
# msm_irqbalance
type proc_irq, fs_type;
type proc_irq, fs_type, proc_type;
type sysfs_irq, sysfs_type, fs_type;
type irqbalance_socket, file_type;