16 lines
535 B
Plaintext
Raw Normal View History

2022-08-14 15:07:12 +02:00
# ==============================================
# Common SEPolicy Rule
# ==============================================
# Add by : Jackie
# Date : WK15.34
# Operation : Migration
# Purpose : Allow drmserver to access some system_server opreration on M
# and allow drmserver access file stored in sdcard
allow drmserver nvram_agent_service:service_manager find;
# Date : WK19.24
# To let DRM server load ctaplugin based on property
get_prop(drmserver, system_mtk_cta_set_prop)
allow drmserver mediaprovider_app:dir search;