Loading sepolicy/vendor/adsrpcd.te +1 −0 Original line number Diff line number Diff line allow adsprpcd proc:file { getattr open read }; allow adsprpcd sysfs:file read; sepolicy/vendor/rild.te +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ allow rild proc:file { open read }; allow rild block_device:dir { search }; allow rild proc_devinfo:dir { search }; allow rild cache_file:dir { getattr search write }; allow rild default_prop:file { read open }; allow rild default_prop:file { read open getattr }; allow rild default_prop:property_service set; allow rild cache_file:file { getattr write }; allow rild cache_file:dir add_name; sepolicy/vendor/rmt_storage.te +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ allow rmt_storage sysfs:file { getattr open read }; allow rmt_storage system_prop:file { getattr open read }; allow rmt_storage emmc_block_device:blk_file { read write open }; allow rmt_storage default_prop:file { read open }; allow rmt_storage block_device:blk_file { read write }; sepolicy/vendor/system_server.te +3 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,6 @@ allow system_server vendor_unification_prop:file { read open getattr }; # Allow system_server to access Qspmhal get_prop(system_server, vendor_qspm_prop) allow system_server sysfs:file getattr; Loading
sepolicy/vendor/adsrpcd.te +1 −0 Original line number Diff line number Diff line allow adsprpcd proc:file { getattr open read }; allow adsprpcd sysfs:file read;
sepolicy/vendor/rild.te +2 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ allow rild proc:file { open read }; allow rild block_device:dir { search }; allow rild proc_devinfo:dir { search }; allow rild cache_file:dir { getattr search write }; allow rild default_prop:file { read open }; allow rild default_prop:file { read open getattr }; allow rild default_prop:property_service set; allow rild cache_file:file { getattr write }; allow rild cache_file:dir add_name;
sepolicy/vendor/rmt_storage.te +1 −0 Original line number Diff line number Diff line Loading @@ -3,3 +3,4 @@ allow rmt_storage sysfs:file { getattr open read }; allow rmt_storage system_prop:file { getattr open read }; allow rmt_storage emmc_block_device:blk_file { read write open }; allow rmt_storage default_prop:file { read open }; allow rmt_storage block_device:blk_file { read write };
sepolicy/vendor/system_server.te +3 −0 Original line number Diff line number Diff line Loading @@ -5,3 +5,6 @@ allow system_server vendor_unification_prop:file { read open getattr }; # Allow system_server to access Qspmhal get_prop(system_server, vendor_qspm_prop) allow system_server sysfs:file getattr;