Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 780692fe authored by bohu's avatar bohu
Browse files

emulator: move sepolicy to goldfish project

The sepolicies are emulator specific and are installed
under vendor partition, move them to the right location.

BUG: 110030159
Change-Id: I6acc27a3b787a3fafd9373c84492537185b184c5
parent 6e21fe70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ BOARD_USES_METADATA_PARTITION := true
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_CACHEIMAGE_PARTITION_SIZE := 16777216

BOARD_SEPOLICY_DIRS += build/target/board/generic/sepolicy
BOARD_SEPOLICY_DIRS += device/generic/goldfish/sepolicy/common
BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true

# Android Verified Boot (AVB):
+0 −8
Original line number Diff line number Diff line
alanstokes@google.com
bowgotsai@google.com
jbires@google.com
jeffv@google.com
jgalenson@google.com
sspatil@google.com
tomcherry@google.com
trong@google.com
+0 −1
Original line number Diff line number Diff line
set_prop(adbd, ctl_mdnsd_prop);
+0 −1
Original line number Diff line number Diff line
allow audioserver bootanim:binder call;
+0 −9
Original line number Diff line number Diff line
allow bootanim self:process execmem;
allow bootanim ashmem_device:chr_file execute;
#TODO: This can safely be ignored until b/62954877 is fixed
dontaudit bootanim system_data_file:dir read;

allow bootanim graphics_device:chr_file { read ioctl open };

typeattribute bootanim system_writes_vendor_properties_violators;
set_prop(bootanim, qemu_prop)
Loading