24 lines
651 B
Plaintext
Raw Normal View History

2022-08-14 15:07:12 +02:00
# ==============================================
# Common SEPolicy Rule
# ==============================================
# Date : WK15.29
# Operation : Migration
# Purpose : for device bring up, not to block early migration
allow { domain -isolated_app_all } storage_file:dir search;
2022-08-14 15:07:12 +02:00
# Date : W17.47
# Allow system_server to enable/disable logmuch_prop for Wi-Fi logging purpose
neverallow {
domain
-init
-mtkrild
-mtk_hal_camera
-vendor_init
} vendor_mtk_logmuch_prop:property_service set;
# Date : WK18.34
# Operation : Migration
# Purpose : for CTS android.os.cts.SecurityPatchTest
get_prop(domain, vendor_security_patch_level_prop)