remove /dev/log
This was marked deprecated in 2014 and removed in 2015, let's remove
the sepolicy now too.
(Originally submitted in commit: 8c60f74dcc
)
Bug: 38242876
Test: Builds and boots.
Change-Id: I4caa0dbf77956fcbc61a07897242b951c275b502
This commit is contained in:
parent
3458ec135e
commit
cfc625d14a
3 changed files with 3 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
;; types removed from current policy
|
||||
(type log_device)
|
||||
|
||||
(typeattributeset accessibility_service_26_0 (accessibility_service))
|
||||
(typeattributeset account_service_26_0 (account_service))
|
||||
(typeattributeset activity_service_26_0 (activity_service))
|
||||
|
|
|
@ -94,7 +94,6 @@
|
|||
/dev/ion u:object_r:ion_device:s0
|
||||
/dev/keychord u:object_r:keychord_device:s0
|
||||
/dev/kmem u:object_r:kmem_device:s0
|
||||
/dev/log(/.*)? u:object_r:log_device:s0
|
||||
/dev/loop-control u:object_r:loop_control_device:s0
|
||||
/dev/mem u:object_r:kmem_device:s0
|
||||
/dev/modem.* u:object_r:radio_device:s0
|
||||
|
|
|
@ -31,7 +31,6 @@ type hw_random_device, dev_type;
|
|||
type input_device, dev_type;
|
||||
type kmem_device, dev_type;
|
||||
type port_device, dev_type;
|
||||
type log_device, dev_type, mlstrustedobject;
|
||||
type mtd_device, dev_type;
|
||||
type mtp_device, dev_type, mlstrustedobject;
|
||||
type nfc_device, dev_type;
|
||||
|
|
Loading…
Reference in a new issue