From f2be252260049581e8e37226fe2f375b967c8e8b Mon Sep 17 00:00:00 2001 From: Jason Macnak Date: Thu, 24 Feb 2022 18:37:55 +0000 Subject: [PATCH] Remove sysfs_gpu type definition ... as it has moved to system/sepolicy. Bug: b/161819018 Test: presubmit Change-Id: I6fcafa87541ed0cbaf3ba74fa5ff4dbdebd533f7 Merged-In: I6fcafa87541ed0cbaf3ba74fa5ff4dbdebd533f7 --- whitechapel/vendor/google/file.te | 3 --- 1 file changed, 3 deletions(-) diff --git a/whitechapel/vendor/google/file.te b/whitechapel/vendor/google/file.te index 90098249..cb5ade95 100644 --- a/whitechapel/vendor/google/file.te +++ b/whitechapel/vendor/google/file.te @@ -169,9 +169,6 @@ type persist_battery_file, file_type, vendor_persist_type; # CPU type sysfs_cpu, sysfs_type, fs_type; -# GPU -type sysfs_gpu, sysfs_type, fs_type; - # Fabric type sysfs_fabric, sysfs_type, fs_type;