Files
device_google_wahoo/sepolicy/vendor/init.te
Adam Shih 672fa500b6 allow init to create sdcard link file
Bug: 145779706
Test: boot to home with sdcard link file created
Change-Id: I2f9542793dd79318100cf83fd9207af544b87039
2019-12-06 11:36:45 +08:00

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;