From 1e3c6c4a20cde875b23c69afd4025c492511e822 Mon Sep 17 00:00:00 2001 From: RGIB Date: Sun, 27 Nov 2016 23:45:35 +0100 Subject: i9305 : update selinux policies for MM Change-Id: Ia96cb118083b20e87b94412ab5072be34cd6e806 --- selinux/secril.te | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 selinux/secril.te (limited to 'selinux/secril.te') diff --git a/selinux/secril.te b/selinux/secril.te deleted file mode 100644 index 7761d80..0000000 --- a/selinux/secril.te +++ /dev/null @@ -1,25 +0,0 @@ -# sec-ril -type secril-daemon, domain; -type secril-daemon_exec, exec_type, file_type; - -# Start /system/bin/sec-ril from init -init_daemon_domain(secril-daemon) - -allow secril-daemon secril-daemon_exec:file { open execute_no_trans getattr }; -allow secril-daemon self:udp_socket { create ioctl }; -unix_socket_connect(secril-daemon, property, init) -unix_socket_connect(secril-daemon, rild, rild) - -allow secril-daemon { efs_file }:file rw_file_perms; -allow secril-daemon system_data_file:dir create_dir_perms; -allow secril-daemon system_data_file:file unlink; -allow secril-daemon radio_data_file:file { create_file_perms }; -allow secril-daemon kernel:system module_request; -allow secril-daemon self:capability { sys_module fsetid setuid setgid net_admin net_raw dac_override }; -allow secril-daemon system_file:file x_file_perms; -allow secril-daemon sysfs:file rw_file_perms; -allow secril-daemon shell_exec:file rx_file_perms; -allow secril-daemon app_data_file:file rw_file_perms; -allow secril-daemon app_data_file:dir search; -allow secril-daemon zygote_exec:file rx_file_perms; -allow secril-daemon ashmem_device:chr_file x_file_perms; \ No newline at end of file -- cgit v1.1