Move sysfs_pcie type definition to gs-common

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>
This commit is contained in:
Doug Zobel 2023-02-10 07:35:26 -06:00
parent c7edca28e2
commit bfd738a84d

1
vendor/file.te vendored
View file

@ -5,7 +5,6 @@ type persist_battery_file, file_type, vendor_persist_type;
#sysfs #sysfs
type sysfs_cpu, sysfs_type, fs_type; type sysfs_cpu, sysfs_type, fs_type;
type sysfs_mfc, sysfs_type, fs_type; type sysfs_mfc, sysfs_type, fs_type;
type sysfs_pcie, sysfs_type, fs_type;
type sysfs_power_dump, sysfs_type, fs_type; type sysfs_power_dump, sysfs_type, fs_type;
type sysfs_acpm_stats, sysfs_type, fs_type; type sysfs_acpm_stats, sysfs_type, fs_type;