1. 18 Mar, 2017 1 commit
  2. 01 Mar, 2017 1 commit
  3. 28 Feb, 2017 1 commit
  4. 07 Feb, 2017 1 commit
  5. 06 Feb, 2017 1 commit
  6. 04 Feb, 2017 1 commit
  7. 03 Feb, 2017 4 commits
  8. 01 Feb, 2017 2 commits
  9. 31 Jan, 2017 2 commits
  10. 29 Dec, 2016 1 commit
  11. 11 Nov, 2016 1 commit
  12. 02 Nov, 2016 1 commit
  13. 02 Oct, 2016 2 commits
  14. 17 Sep, 2016 1 commit
  15. 12 Sep, 2016 3 commits
  16. 17 Aug, 2016 1 commit
  17. 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
  18. 02 Feb, 2016 1 commit
  19. 14 Nov, 2015 3 commits
  20. 12 Nov, 2015 1 commit
  21. 11 Nov, 2015 5 commits
  22. 09 Nov, 2015 1 commit
  23. 03 Nov, 2015 3 commits