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

Commit 0d749a7a authored by bohu's avatar bohu Committed by Bo Hu
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.

this cl does not impact real devices, as the selinux
rules are for emulator only

BUG: 110030159
Change-Id: I6acc27a3b787a3fafd9373c84492537185b184c5
Merged-In: I6acc27a3b787a3fafd9373c84492537185b184c5
parent 941f8e10
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 −4
Original line number Diff line number Diff line
jeffv@google.com
dcashman@google.com
jbires@google.com
sspatil@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