From 69f36094647130099a900d156a8eeac8646bd54e Mon Sep 17 00:00:00 2001 From: Ziyan Date: Wed, 10 Feb 2016 20:06:02 +0100 Subject: init, sepolicy: inherit from omap4 hardware repo Change-Id: I3bf6cd86fdcdc948431a018043344620ae141775 --- sepolicy/file_contexts | 5 ----- sepolicy/pvrsrvinit.te | 8 -------- 2 files changed, 13 deletions(-) delete mode 100644 sepolicy/pvrsrvinit.te (limited to 'sepolicy') diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 8f33998..17417ec 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -6,7 +6,6 @@ /dev/an30259a_leds u:object_r:video_device:s0 /dev/cdma_.* u:object_r:radio_device:s0 /dev/lte_.* u:object_r:radio_device:s0 -/dev/tiler u:object_r:video_device:s0 /dev/timerirq u:object_r:sensors_device:s0 /dev/ttyFIQ0 u:object_r:console_device:s0 /dev/ttyGS0 u:object_r:radio_device:s0 @@ -30,12 +29,8 @@ # In Samsung Tuna Board, ttyO0 is for uart driver. gps_device is device specific /dev/ttyO0 u:object_r:gps_device:s0 -# surface flinger -/dev/dsscomp u:object_r:graphics_device:s0 - # Accelerometer /dev/accelirq u:object_r:sensors_device:s0 # System binaries -/system/bin/pvrsrvinit u:object_r:pvrsrvinit_exec:s0 /system/bin/dumpdcc u:object_r:dumpdcc_exec:s0 diff --git a/sepolicy/pvrsrvinit.te b/sepolicy/pvrsrvinit.te deleted file mode 100644 index 8b388a0..0000000 --- a/sepolicy/pvrsrvinit.te +++ /dev/null @@ -1,8 +0,0 @@ -# pvrsrvinit -type pvrsrvinit, domain; -type pvrsrvinit_exec, exec_type, file_type; - -init_daemon_domain(pvrsrvinit) - -allow pvrsrvinit gpu_device:chr_file { read write ioctl open }; -allow pvrsrvinit self:capability sys_module; -- cgit v1.1