Merge "Allow ueventd to read apexd property"

This commit is contained in:
Treehugger Robot 2023-05-25 01:40:11 +00:00 committed by Gerrit Code Review
commit d16bf50b26

View file

@ -69,6 +69,9 @@ allow ueventd vendor_shell_exec:file execute;
allow ueventd dm_device:chr_file rw_file_perms;
allow ueventd self:capability sys_admin;
# Allow ueventd to read apexd property
get_prop(ueventd, apexd_prop)
#####
##### neverallow rules
#####