sepolicy: allow new BINDER_GET_EXTENDED_ERROR ioctl
All domains using libbinder need access to this new ioctl in order to pull precise information upon failed binder operations. Bug: 28321379 Tested: clients can now use the ioctl through libbinder Signed-off-by: Carlos Llamas <cmllamas@google.com> Change-Id: I8d6e5ca6b133b934855a7545cc1a9786e2c4ad65
This commit is contained in:
parent
b10cffe768
commit
630f915345
2 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,7 @@ define(`BC_RELEASE', `0x40046306')
|
|||
define(`BC_REPLY', `0x40406301')
|
||||
define(`BC_REQUEST_DEATH_NOTIFICATION', `0x400c630e')
|
||||
define(`BC_TRANSACTION', `0x40406300')
|
||||
define(`BINDER_GET_EXTENDED_ERROR', `0xc0486211')
|
||||
define(`BINDER_ENABLE_ONEWAY_SPAM_DETECTION', `0x40046210')
|
||||
define(`BINDER_FREEZE', `0x400c620e')
|
||||
define(`BINDER_GET_FROZEN_INFO', `0xc00c620f')
|
||||
|
|
|
@ -73,4 +73,5 @@ BINDER_WRITE_READ BINDER_SET_IDLE_TIMEOUT BINDER_SET_MAX_THREADS
|
|||
BINDER_SET_IDLE_PRIORITY BINDER_SET_CONTEXT_MGR BINDER_THREAD_EXIT
|
||||
BINDER_VERSION BINDER_GET_NODE_DEBUG_INFO BINDER_GET_NODE_INFO_FOR_REF
|
||||
BINDER_SET_CONTEXT_MGR_EXT BINDER_ENABLE_ONEWAY_SPAM_DETECTION
|
||||
BINDER_GET_EXTENDED_ERROR
|
||||
}')
|
||||
|
|
Loading…
Reference in a new issue