diff options
author | RGIB <gibellini.roberto@gmail.com> | 2016-11-27 23:45:35 +0100 |
---|---|---|
committer | RGIB <gibellini.roberto@gmail.com> | 2016-11-27 23:45:35 +0100 |
commit | 1e3c6c4a20cde875b23c69afd4025c492511e822 (patch) | |
tree | 1d356fd78e138ac33c1d1dc99a890594ca0a440c /selinux/secril.te | |
parent | bae7ee3f1d348c29f8eb604ce774d22757460927 (diff) | |
download | device_samsung_i9305-1e3c6c4a20cde875b23c69afd4025c492511e822.zip device_samsung_i9305-1e3c6c4a20cde875b23c69afd4025c492511e822.tar.gz device_samsung_i9305-1e3c6c4a20cde875b23c69afd4025c492511e822.tar.bz2 |
i9305 : update selinux policies for MM
Change-Id: Ia96cb118083b20e87b94412ab5072be34cd6e806
Diffstat (limited to 'selinux/secril.te')
-rw-r--r-- | selinux/secril.te | 25 |
1 files changed, 0 insertions, 25 deletions
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 |