summaryrefslogtreecommitdiff
path: root/sepolicy/ssr.te
blob: fbb857c86f582bb3f01ca93b8937dc3c1ec75e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
type ssr, domain, domain_deprecated;
type ssr_exec, exec_type, file_type;

# Started by init
init_daemon_domain(ssr)

userdebug_or_eng(`
  allow ssr ramdump_device:chr_file r_file_perms;
  allow ssr ramdump_data_file:dir rw_dir_perms;
  allow ssr ramdump_data_file:file create_file_perms;
  allow ssr tombstone_data_file:dir search;
')