device/rockchip/common/sepolicy/private/system_app.te

7 lines
252 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:28:21 +08:00
# For ota
allow system_app config_gz:file r_file_perms;
# For Rockchip configs
allow system_app rockchip_config_data_file:dir rw_dir_perms;
allow system_app rockchip_config_data_file:file create_file_perms;
allow system_app cloudserver_dt:binder call;