android_mt6572_jiabo/device/qcom/sepolicy/common/subsystem_ramdump.te
2025-09-05 16:56:03 +08:00

11 lines
467 B
Text

type subsystem_ramdump, domain, domain_deprecated;
type subsystem_ramdump_exec, exec_type, file_type;
init_daemon_domain(subsystem_ramdump);
userdebug_or_eng(`
allow subsystem_ramdump ramdump_device:chr_file r_file_perms;
allow subsystem_ramdump sysfs:file w_file_perms;
allow subsystem_ramdump device:dir r_dir_perms;
allow subsystem_ramdump ssr_ramdump_data_file:file create_file_perms;
allow subsystem_ramdump ssr_ramdump_data_file:dir rw_dir_perms;
')