mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-01-27 17:09:46 +00:00
Test: boot, basic functionality Change-Id: I9c07718b481730c3388f99c5e1eff17c9fd75a7b Signed-off-by: Thierry Strudel <tstrudel@google.com>
11 lines
313 B
Plaintext
11 lines
313 B
Plaintext
# symlink /sdcard to backing block
|
|
allow init tmpfs:lnk_file create;
|
|
|
|
allow init self:capability sys_module;
|
|
allow init system_file:system module_load;
|
|
allow init firmware_file:dir mounton;
|
|
allow init configfs:file w_file_perms;
|
|
allow init tty_device:chr_file rw_file_perms;
|
|
|
|
allow init persist_file:dir mounton;
|