From 640eb97c4371224b8484b5028c5f035c191548a3 Mon Sep 17 00:00:00 2001 From: Jookia <166291@gmail.com> Date: Sat, 5 Nov 2016 16:55:17 +1100 Subject: Remove unused proprietary RIL wrapping code. --- selinux/cpboot-daemon.te | 23 ----------------------- selinux/init.te | 1 - 2 files changed, 24 deletions(-) delete mode 100644 selinux/cpboot-daemon.te (limited to 'selinux') diff --git a/selinux/cpboot-daemon.te b/selinux/cpboot-daemon.te deleted file mode 100644 index ef49102..0000000 --- a/selinux/cpboot-daemon.te +++ /dev/null @@ -1,23 +0,0 @@ -type cpboot-daemon, domain; - -permissive cpboot-daemon; - -allow cpboot-daemon cgroup:dir { create add_name }; -allow cpboot-daemon device:dir { write remove_name add_name }; -allow cpboot-daemon efs_block_device:blk_file { read open }; -allow cpboot-daemon efs_device_file:dir search; -allow cpboot-daemon efs_file:file { read write open }; -allow cpboot-daemon init:unix_stream_socket connectto; -allow cpboot-daemon log_device:chr_file { write open }; -allow cpboot-daemon log_device:dir search; -allow cpboot-daemon property_socket:sock_file write; -allow cpboot-daemon radio_device:chr_file { read write ioctl open }; -allow cpboot-daemon radio_prop:property_service set; -allow cpboot-daemon self:capability { setuid }; -allow cpboot-daemon sysfs_radio:file { read write open }; -allow cpboot-daemon usbfs:dir search; - - -# FIX ME -# allow cpboot-daemon usbfs:filesystem mount; -# allow cpboot-daemon self:capability { mknod }; diff --git a/selinux/init.te b/selinux/init.te index 2a23be5..ea98326 100644 --- a/selinux/init.te +++ b/selinux/init.te @@ -2,4 +2,3 @@ allow init self:capability sys_module; allow init tmpfs:lnk_file create; allow init rild:process noatsecure; allow init debugfs:dir mounton; -domain_trans(init, rootfs, cpboot-daemon) -- cgit v1.1