Advertisement
Guest User

Untitled

a guest
Jul 21st, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. allow rild self:netlink_kobject_uevent_socket { create setopt bind read };
  2. allow rild app_data_file:dir { write search read remove_name open add_name };
  3. allow rild app_data_file:file { setattr read lock create write getattr unlink open };
  4.  
  5. allow system self:capability sys_module;
  6. allow system adbd_socket:sock_file write;
  7. allow system uinput_device:chr_file { read write ioctl open };
  8. allow system zygote:file write;
  9. allow system zygote:process sigkill;
  10.  
  11. allow vold sdcard_external:file { read write getattr open };
  12.  
  13. allow zygote app_data_file:dir { search getattr };
  14. allow zygote app_data_file:file { write getattr setattr read lock open };
  15. allow zygote ashmem_device:chr_file execute;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement