summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-06 00:04:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-06 00:04:24 +0000
commit448333c7624be96d600b3541c4d94bb5f85a1525 (patch)
treeaf4b2cfbe31023b0292479e4eec46fe96f9d2905
parent522239486f302c39924ecdc90cca69b78294efe2 (diff)
parente2d97955585ca6dbed6d6622a240c6879d171864 (diff)
downloadgs201-sepolicy-448333c7624be96d600b3541c4d94bb5f85a1525.tar.gz
Snap for 11180250 from e2d97955585ca6dbed6d6622a240c6879d171864 to 24Q1-release
Change-Id: Ieff21452dd2fe4add4f11027de36f2760d090538
-rw-r--r--whitechapel_pro/device.te2
-rw-r--r--whitechapel_pro/file.te1
-rw-r--r--whitechapel_pro/file_contexts1
-rw-r--r--whitechapel_pro/hal_bootctl_default.te3
4 files changed, 0 insertions, 7 deletions
diff --git a/whitechapel_pro/device.te b/whitechapel_pro/device.te
index 6ba793f..ae74fea 100644
--- a/whitechapel_pro/device.te
+++ b/whitechapel_pro/device.te
@@ -1,5 +1,3 @@
-type sda_block_device, dev_type;
-type devinfo_block_device, dev_type;
type modem_block_device, dev_type;
type custom_ab_block_device, dev_type;
type persist_block_device, dev_type;
diff --git a/whitechapel_pro/file.te b/whitechapel_pro/file.te
index b663013..378c466 100644
--- a/whitechapel_pro/file.te
+++ b/whitechapel_pro/file.te
@@ -27,7 +27,6 @@ type sysfs_em_profile, sysfs_type, fs_type;
# sysfs
type sysfs_chosen, sysfs_type, fs_type;
-type sysfs_ota, sysfs_type, fs_type;
type bootdevice_sysdev, dev_type;
type sysfs_fabric, sysfs_type, fs_type;
type sysfs_acpm_stats, sysfs_type, fs_type;
diff --git a/whitechapel_pro/file_contexts b/whitechapel_pro/file_contexts
index 3f03822..67cfcfb 100644
--- a/whitechapel_pro/file_contexts
+++ b/whitechapel_pro/file_contexts
@@ -22,7 +22,6 @@
/vendor/bin/hw/android\.hardware\.security\.keymint-service\.rust\.trusty u:object_r:hal_keymint_default_exec:s0
/vendor/bin/hw/vendor\.google\.radioext@1\.0-service u:object_r:hal_radioext_default_exec:s0
/vendor/bin/hw/android\.hardware\.contexthub-service\.generic u:object_r:hal_contexthub_default_exec:s0
-/vendor/bin/hw/android\.hardware\.boot@1\.2-service-gs201 u:object_r:hal_bootctl_default_exec:s0
/vendor/bin/hw/android\.hardware\.composer\.hwc3-service\.pixel u:object_r:hal_graphics_composer_default_exec:s0
/vendor/bin/hw/samsung\.hardware\.media\.c2@1\.0-service u:object_r:mediacodec_samsung_exec:s0
/vendor/bin/hw/google\.hardware\.media\.c2@1\.0-service u:object_r:mediacodec_google_exec:s0
diff --git a/whitechapel_pro/hal_bootctl_default.te b/whitechapel_pro/hal_bootctl_default.te
deleted file mode 100644
index 30db79b..0000000
--- a/whitechapel_pro/hal_bootctl_default.te
+++ /dev/null
@@ -1,3 +0,0 @@
-allow hal_bootctl_default sda_block_device:blk_file rw_file_perms;
-allow hal_bootctl_default devinfo_block_device:blk_file rw_file_perms;
-allow hal_bootctl_default sysfs_ota:file rw_file_perms;