Merge "Give hal_drm_server appdomain fd access." am: 7d258073df
am: 2c465fa2bb
Change-Id: I89eff6ce6cb82ad2a65c79a3c4e934b9a6ea81b6
This commit is contained in:
commit
d181604ce1
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,8 @@ allow hal_drm sysfs:file r_file_perms;
|
|||
|
||||
allow hal_drm tee_device:chr_file rw_file_perms;
|
||||
|
||||
allow hal_drm_server { appdomain -isolated_app }:fd use;
|
||||
|
||||
# only allow unprivileged socket ioctl commands
|
||||
allowxperm hal_drm self:{ rawip_socket tcp_socket udp_socket }
|
||||
ioctl { unpriv_sock_ioctls unpriv_tty_ioctls };
|
||||
|
|
1
vendor/hal_drm_default.te
vendored
1
vendor/hal_drm_default.te
vendored
|
@ -6,6 +6,5 @@ init_daemon_domain(hal_drm_default)
|
|||
|
||||
allow hal_drm_default hal_codec2_server:fd use;
|
||||
allow hal_drm_default hal_omx_server:fd use;
|
||||
allow hal_drm_default { appdomain -isolated_app }:fd use;
|
||||
|
||||
allow hal_drm_default hal_allocator_server:fd use;
|
||||
|
|
Loading…
Reference in a new issue