blob: 6f209938648995b70eac358c600cad48ab336e0c [file] [log] [blame]
Nick Kralevichde84e452014-11-07 12:04:45 -08001recovery_only(`
2 allow recovery ctl_rildaemon_prop:property_service set;
3 allow recovery device:dir rw_dir_perms;
4 allow recovery rootfs:dir rw_dir_perms;
5 allow recovery rootfs:file create_file_perms;
6 allow recovery sysfs_devices_system_cpu:file rw_file_perms;
7 allow recovery self:capability mknod;
8 allow recovery usbfs:dir rw_dir_perms;
9 allow recovery device:chr_file create_file_perms;
10')
11