1. 15 Apr, 2017 1 commit
  2. 05 Apr, 2017 1 commit
  3. 04 Apr, 2017 1 commit
  4. 29 Mar, 2017 3 commits
  5. 26 Mar, 2017 1 commit
  6. 18 Mar, 2017 2 commits
  7. 01 Mar, 2017 1 commit
  8. 28 Feb, 2017 1 commit
  9. 07 Feb, 2017 1 commit
  10. 06 Feb, 2017 1 commit
  11. 04 Feb, 2017 1 commit
  12. 03 Feb, 2017 4 commits
  13. 01 Feb, 2017 2 commits
  14. 31 Jan, 2017 2 commits
  15. 29 Dec, 2016 1 commit
  16. 11 Nov, 2016 1 commit
  17. 02 Nov, 2016 1 commit
  18. 02 Oct, 2016 2 commits
  19. 17 Sep, 2016 1 commit
  20. 12 Sep, 2016 3 commits
  21. 17 Aug, 2016 1 commit
  22. 11 Aug, 2016 2 commits
    • topjohnwu's avatar
      Add auto allow patch support · f7c04991
      topjohnwu authored
      The patch will work like this:
      
      ./sepolicy-inject --auto -P sepolicy
      This will allow all possible transition (just like selinux disabled)
      
      ./sepolicy-inject --auto -s su -P sepolicy
      This will allow all transitions from su to any type
      
      ./sepolicy-inject --auto -t su -P sepolicy
      This will allow all transitions from any type to su
      
      ./sepolicy-inject --auto -c file -P sepolicy
      This will allow any transitions involving the class file
      
      ./sepolicy-inject --auto -s su -t system_data_file -P sepolicy
      This will allow all transitions from su to system_data_file
      
      You should get the logic now :)
      f7c04991
    • topjohnwu's avatar
      Slight refactor · 9ebcefee
      topjohnwu authored
      9ebcefee
  23. 02 Feb, 2016 1 commit
  24. 14 Nov, 2015 3 commits
  25. 12 Nov, 2015 1 commit
  26. 11 Nov, 2015 1 commit