vats12

Untitled

Jul 19th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. sepolicy-inject -s init -t su -c process -p transition -l
  2. sepolicy-inject -s su -t system_file -c file -p entrypoint -l
  3. sepolicy-inject -s init -t su -c process -p rlimitinh -l
  4. sepolicy-inject -s init -t su -c process -p siginh -l
  5. sepolicy-inject -s su -t shell_exec -c file -p read -l
  6. sepolicy-inject -s su -t shell_exec -c file -p execute -l
  7. sepolicy-inject -s su -t shell_exec -c file -p getattr -l
  8. sepolicy-inject -s su -t vendor_toolbox_exec -c file -p execute_no_trans -l
  9. sepolicy-inject -s init -t su -c process -p noatsecure -l
  10. sepolicy-inject -s su -t toolbox_exec -c file -p getattr -l
  11. sepolicy-inject -s su -t toolbox_exec -c file -p execute -l
  12. sepolicy-inject -s su -t system_file -c file -p execute_no_trans -l
  13. sepolicy-inject -s su -t storage_file -c dir -p search -l
  14. sepolicy-inject -s su -t storage_file -c lnk_file -p read -l
  15. sepolicy-inject -s su -t tmpfs -c dir -p search -l
  16. sepolicy-inject -s su -t mnt_user_file -c dir -p search -l
  17. sepolicy-inject -s su -t mnt_user_file -c lnk_file -p read -l
  18. sepolicy-inject -s su -t sdcardfs -c dir -p search -l
  19. sepolicy-inject -s su -t sdcardfs -c file -p append -l
  20. sepolicy-inject -s su -t toolbox_exec -c file -p read -l
  21. sepolicy-inject -s su -t toolbox_exec -c file -p open -l
  22. sepolicy-inject -s su -t sdcardfs -c file -p read -l
  23. sepolicy-inject -s su -t sdcardfs -c file -p write -l
Add Comment
Please, Sign In to add comment