mm_device_meizu_m2note/sepolicy/volte_ua.te

24 lines
782 B
Plaintext

# ==============================================
# Policy File of /system/bin/volte_ua Executable File
# ==============================================
# Type Declaration
# ==============================================
type volte_ua, domain;
type volte_ua_exec, exec_type, file_type;
# ==============================================
# MTK Policy Rule
# ==============================================
#permissive volte_ua;
init_daemon_domain(volte_ua)
# Date : WK14.42
# Operation : Migration
# Purpose : for VoLTE L early bring up and first call
allow volte_ua socket_device:sock_file write;
allow volte_ua volte_stack:unix_stream_socket connectto;
allow volte_ua node:udp_socket node_bind;
allow volte_ua self:udp_socket { bind create };
allow volte_ua self:udp_socket read;