Revert "gs-common: move sepolicy related to bootctrl hal aidl to..."

Revert submission 25477883-gs-common_bootctrl-aidl

Reason for revert: breaking builds b/314240126

Bug: 314240126

Reverted changes: /q/submissionid:25477883-gs-common_bootctrl-aidl

Change-Id: I091dda3aa16bbc381b49674a642b2bfa93dfdfa8
This commit is contained in:
Sebastian Pickl 2023-12-01 11:30:35 +00:00 committed by Android (Google) Code Review
parent 9895837239
commit 1638fa1a36
5 changed files with 0 additions and 18 deletions

View file

@ -1,5 +1,3 @@
PRODUCT_PACKAGES += \
android.hardware.boot-service.default-pixel \
android.hardware.boot-service.default_recovery-pixel
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/bootctrl/sepolicy/aidl

View file

@ -1,5 +0,0 @@
# devinfo block device
type devinfo_block_device, dev_type;
# OTA
type sda_block_device, dev_type;

View file

@ -1,2 +0,0 @@
# sysfs
type sysfs_ota, sysfs_type, fs_type;

View file

@ -1 +0,0 @@
/vendor/bin/hw/android\.hardware\.boot-service\.default-pixel u:object_r:hal_bootctl_default_exec:s0

View file

@ -1,8 +0,0 @@
allow hal_bootctl_default devinfo_block_device:blk_file rw_file_perms;
allow hal_bootctl_default sda_block_device:blk_file rw_file_perms;
allow hal_bootctl_default sysfs_ota:file rw_file_perms;
allow hal_bootctl_default tee_device:chr_file rw_file_perms;
recovery_only(`
allow hal_bootctl_default rootfs:dir r_dir_perms;
')