mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Add sysfs_type attr to sysfs_irq
Tests in aosp/646548 assert that genfs_contexts labeled filesystems
use the correct attributes such as files in /sys having sysfs_type.
Bug: 74182216
Test: build with aosp/646548 - these are build-time tests.
Change-Id: If82fe17632f0c28e481eb7e831730c6ba22d3877
Merged-In: If82fe17632f0c28e481eb7e831730c6ba22d3877
(cherry picked from commit 4abb3d0413)
This commit is contained in:
committed by
Tri Vo
parent
b67512ba68
commit
4d35724ee4
2
sepolicy/vendor/file.te
vendored
2
sepolicy/vendor/file.te
vendored
@@ -96,5 +96,5 @@ typeattribute sysfs_batteryinfo mlstrustedobject;
|
||||
|
||||
# msm_irqbalance
|
||||
type proc_irq, fs_type;
|
||||
type sysfs_irq, fs_type;
|
||||
type sysfs_irq, sysfs_type, fs_type;
|
||||
type irqbalance_socket, file_type;
|
||||
|
||||
Reference in New Issue
Block a user