SELinux type declaration 'sysfs_pcie' moved to gs-common for the PCIe dumpstate script. Test: adb logcat "pixelstats-vendor:D *:S" Bug: 266561593 Change-Id: Ieae65d9d3f5dbf80f60c1787a384f1aa3adef77c Signed-off-by: Doug Zobel <zobel@google.com>
35 lines
1,008 B
Text
35 lines
1,008 B
Text
# persist
|
|
type persist_display_file, file_type, vendor_persist_type;
|
|
type persist_battery_file, file_type, vendor_persist_type;
|
|
|
|
#sysfs
|
|
type sysfs_cpu, sysfs_type, fs_type;
|
|
type sysfs_mfc, sysfs_type, fs_type;
|
|
type sysfs_power_dump, sysfs_type, fs_type;
|
|
type sysfs_acpm_stats, sysfs_type, fs_type;
|
|
|
|
# Trusty
|
|
type sysfs_trusty, sysfs_type, fs_type;
|
|
|
|
# mount FS
|
|
allow proc_vendor_sched proc:filesystem associate;
|
|
allow bootdevice_sysdev sysfs:filesystem associate;
|
|
|
|
# debugfs
|
|
type vendor_charger_debugfs, fs_type, debugfs_type;
|
|
type vendor_votable_debugfs, fs_type, debugfs_type;
|
|
type vendor_battery_debugfs, fs_type, debugfs_type;
|
|
type vendor_pm_genpd_debugfs, fs_type, debugfs_type;
|
|
type vendor_usb_debugfs, fs_type, debugfs_type;
|
|
type vendor_maxfg_debugfs, fs_type, debugfs_type;
|
|
|
|
# WLC
|
|
type sysfs_wlc, sysfs_type, fs_type;
|
|
|
|
# Vendor sched files
|
|
userdebug_or_eng(`
|
|
typeattribute proc_vendor_sched mlstrustedobject;
|
|
')
|
|
|
|
type sysfs_fabric, sysfs_type, fs_type;
|
|
type sysfs_em_profile, sysfs_type, fs_type;
|