Fix dalvik property attribute for Microdroid
Commit 22fb5c7d24
migrated from property
types to attributes in some Microdroid rules, but omitted to
associated the attribute with the relevant types. So we fix that.
Bug: 274530433
Bug: 275469579
Bug: 276895565
Test: Will schedule a test run
Change-Id: I11194be9d1e352fa456c24a3b5784c18ccc03a69
This commit is contained in:
parent
37eb6de3d0
commit
f85f298b2f
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ system_public_prop(dalvik_dynamic_config_prop)
|
|||
system_restricted_prop(device_config_runtime_native_prop)
|
||||
system_restricted_prop(device_config_runtime_native_boot_prop)
|
||||
|
||||
typeattribute dalvik_config_prop dalvik_config_prop_type;
|
||||
typeattribute dalvik_dynamic_config_prop dalvik_config_prop_type;
|
||||
|
||||
# Don't audit legacy ctl. property handling. We only want the newer permission check to appear
|
||||
# in the audit log
|
||||
dontaudit domain {
|
||||
|
|
Loading…
Reference in a new issue