This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
device_oneplus_sm7250-common/sepolicy/vendor/hal_param_default.te
Michael Bestas c2b95ec33d sm7250-common: sepolicy: exported2_default_prop -> build_prop
Change-Id: I535b88b360d3bf6a4487086c15d90a2800667056
2021-10-18 18:20:58 +02:00

19 lines
586 B
Plaintext

type hal_param_default, domain;
hal_server_domain(hal_param_default, hal_param)
type hal_param_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_param_default)
allow hal_param_default self:qipcrtr_socket create_socket_perms_no_ioctl;
allow hal_param_default block_device:dir search;
allow hal_param_default param_block_device:blk_file rw_file_perms;
allow hal_param_default param_device:chr_file rw_file_perms;
r_dir_file(hal_param_default, sysfs_project_info)
get_prop(hal_param_default, exported_default_prop)
get_prop(hal_param_default, build_prop)