9234e00daf
Since this attribute just associates a hal_attribute with a given hwservice in the standard way. Bug: 80319537 Test: boot + sanity + test for denials Change-Id: I545de165515387317e6920ce8f5e8c491f9ab24e
8 lines
282 B
Text
8 lines
282 B
Text
# HwBinder IPC from client to server
|
|
binder_call(hal_vibrator_client, hal_vibrator_server)
|
|
|
|
hal_attribute_hwservice(hal_vibrator, hal_vibrator_hwservice)
|
|
|
|
# vibrator sysfs rw access
|
|
allow hal_vibrator sysfs_vibrator:file rw_file_perms;
|
|
allow hal_vibrator sysfs_vibrator:dir search;
|