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:
Jeff Vander Stoep
2018-03-22 15:59:02 -07:00
committed by Tri Vo
parent b67512ba68
commit 4d35724ee4

View File

@@ -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;