mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 18:37:19 +00:00
Bug: 273305600 Test: run ufs ffu flow Change-Id: I36715c1b3500da64863db4cbec08c037df74d3e6 Signed-off-by: Leo Liou <leoliou@google.com>
12 lines
520 B
Plaintext
12 lines
520 B
Plaintext
type ufs_firmware_update, domain;
|
|
type ufs_firmware_update_exec, vendor_file_type, exec_type, file_type;
|
|
|
|
init_daemon_domain(ufs_firmware_update)
|
|
|
|
allow ufs_firmware_update vendor_toolbox_exec:file execute_no_trans;
|
|
allow ufs_firmware_update block_device:dir r_dir_perms;
|
|
allow ufs_firmware_update fips_block_device:blk_file rw_file_perms;
|
|
allow ufs_firmware_update sysfs:dir r_dir_perms;
|
|
allow ufs_firmware_update sysfs_scsi_devices_0000:dir search;
|
|
allow ufs_firmware_update sysfs_scsi_devices_0000:file r_file_perms;
|