mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 14:28:39 +00:00
Bug: 36463595 Test: lunch walleye-userdebug && make -j48 sepolicy Change-Id: Idbc83b06edcb3eb2ea548a16ed93f711cda150c1 Signed-off-by: Sandeep Patil <sspatil@google.com>
25 lines
633 B
Plaintext
25 lines
633 B
Plaintext
type ramdump_exec, exec_type, vendor_file_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;
|
|
')
|