2073d5b685
This adds the type and permissions for the default implementation to talk to its kernel module. Bug: 63928581 Test: boot Pixel 4 with default implementation Change-Id: Ie847e4db975b95e90ea64937401e8d8a8ed812cb
8 lines
335 B
Text
8 lines
335 B
Text
type hal_rebootescrow_default, domain;
|
|
hal_server_domain(hal_rebootescrow_default, hal_rebootescrow)
|
|
|
|
type hal_rebootescrow_default_exec, exec_type, vendor_file_type, file_type;
|
|
init_daemon_domain(hal_rebootescrow_default)
|
|
|
|
type rebootescrow_device, dev_type;
|
|
allow hal_rebootescrow_default rebootescrow_device:chr_file rw_file_perms;
|