summaryrefslogtreecommitdiff
path: root/sepolicy/recovery.te
blob: dbc2b9c31599626480160805bfcb649087ec6af9 (plain)
1
2
3
4
5
6
7
8
9
10
11
recovery_only(`
  set_prop(recovery, ctl_rildaemon_prop)
  allow recovery device:dir rw_dir_perms;
  allow recovery rootfs:dir rw_dir_perms;
  allow recovery rootfs:file create_file_perms;
  allow recovery sysfs_devices_system_cpu:file rw_file_perms;
  allow recovery self:capability mknod;
  allow recovery usbfs:dir rw_dir_perms;
  allow recovery device:chr_file create_file_perms;
')