aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/br_app_data_service.te
blob: 44f621f339fe2cc474eb13a1016963cb5db21f00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ==============================================
# Policy File of /system/br_app_data_service Executable File 

# ==============================================
# Type Declaration
# ==============================================
type br_app_data_service_exec , exec_type, file_type;
type br_app_data_service ,domain;

# ==============================================
# MTK Policy Rule
# ==============================================
#permissive br_app_data_service;
init_daemon_domain(br_app_data_service)

#============= br_app_data_service ==============
allow br_app_data_service app_data_file:dir create_dir_perms;
allow br_app_data_service self:capability { chown dac_override };
allow br_app_data_service app_data_file:file create_file_perms;