blob: ba983c9fb2351da0963c6283ffe92177a8aa6e50 [file] [log] [blame]
# Policy for system/bin/subsystem_ramdump
type subsystem_ramdump_exec, exec_type, file_type;
userdebug_or_eng(`
type subsystem_ramdump, domain;
init_daemon_domain(subsystem_ramdump)
allow subsystem_ramdump device:dir r_dir_perms;
allow subsystem_ramdump ramdump_device:chr_file r_file_perms;
r_dir_file(subsystem_ramdump, sysfs_type)
allow subsystem_ramdump ramdump_data_file:dir rw_dir_perms;
allow subsystem_ramdump ramdump_data_file:file create_file_perms;
set_prop(subsystem_ramdump, ssr_prop)
')