aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/vendor_init.te
blob: a8019ae912fcb700e26a232444633e0fa7a2281a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
typeattribute vendor_init data_between_core_and_vendor_violators;

allow vendor_init {
    camera_data_file
    fpc_data_file
    media_rw_data_file
    system_data_file
    vendor_time_data_file
    thermal_data_file
    tombstone_data_file
}:dir create_dir_perms;

allow vendor_init device:file create_file_perms;