Files
device_google_wahoo/sepolicy/vendor/subsystem_ramdump.te
Jie Song b19ca9ab95 Namespace ssrdump properties with vendor prefix
Bug: 77553553
Change-Id: I5d0f8204f5ab310846deeaf9e91d28fe50cc0ad9
2018-04-12 18:43:32 -07:00

18 lines
523 B
Plaintext

type subsystem_ramdump_exec, exec_type, vendor_file_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_vendor_data_file:dir rw_dir_perms;
allow subsystem_ramdump ramdump_vendor_data_file:file create_file_perms;
set_prop(subsystem_ramdump, vendor_ssr_prop);
')