mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Bug: 145779706 Test: boot to home with sdcard link file created Change-Id: I2f9542793dd79318100cf83fd9207af544b87039
19 lines
509 B
Plaintext
19 lines
509 B
Plaintext
allow init configfs:lnk_file create;
|
|
|
|
allow init firmware_file:dir mounton;
|
|
allow init configfs:file w_file_perms;
|
|
allow init debugfs_clk:file w_file_perms;
|
|
|
|
allow init tty_device:chr_file rw_file_perms;
|
|
|
|
allow init persist_file:dir mounton;
|
|
|
|
allow init ab_block_device:lnk_file relabelto;
|
|
allow init boot_block_device:lnk_file relabelto;
|
|
allow init persist_block_device:lnk_file relabelto;
|
|
|
|
dontaudit init kernel:system module_request;
|
|
|
|
# b/70518189 vDSO experiments
|
|
allow init sysfs_vdso:file w_file_perms;
|