Files
device_amazon_mt8127-common/sepolicy/md_ctrl.te
T
Stricted 9a2030010d [WIP]start this selinux mess
* taken from https://github.com/lineage-geminipda/android_device_planet_geminipda

Change-Id: I80708a4650646ecd870b60217cafc0212aa2022e
(cherry picked from commit ce9dd0181db0cdeabb9edaf3781d74fb6645bb98)
2021-01-17 01:13:03 +00:00

12 lines
346 B
Plaintext

type md_ctrl_exec, exec_type, file_type;
type md_ctrl, domain, domain_deprecated;
init_daemon_domain(md_ctrl)
allow md_ctrl ccci_device:chr_file rw_file_perms;
allow md_ctrl devpts:chr_file rw_file_perms;
allow md_ctrl muxreport_exec:file rx_file_perms;
allow md_ctrl self:capability dac_override;
set_prop(md_ctrl,vold_encryption_type_prop);