mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
wahoo: Mark proc_* types with proc_type attribute.
Bug: 74182216 Test: build policy Change-Id: I6e541d0111639a213b80d755adc546f653531103
This commit is contained in:
4
sepolicy/vendor/file.te
vendored
4
sepolicy/vendor/file.te
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user