mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
25 lines
615 B
Plaintext
25 lines
615 B
Plaintext
type ramdump_exec, exec_type, file_type;
|
|
|
|
userdebug_or_eng(`
|
|
type ramdump, domain;
|
|
init_daemon_domain(ramdump)
|
|
|
|
set_prop(ramdump, ramdump_prop)
|
|
|
|
allow ramdump self:capability sys_rawio;
|
|
|
|
allow ramdump ramdump_vendor_data_file:dir create_dir_perms;
|
|
allow ramdump ramdump_vendor_data_file:file create_file_perms;
|
|
allow ramdump proc:file r_file_perms;
|
|
|
|
allow ramdump misc_block_device:blk_file rw_file_perms;
|
|
allow ramdump userdata_block_device:blk_file w_file_perms;
|
|
|
|
# read from /fstab.taimen
|
|
allow ramdump rootfs:file r_file_perms;
|
|
|
|
r_dir_file(ramdump, sysfs_type)
|
|
|
|
permissive ramdump;
|
|
')
|