1. 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
  2. 02 Feb, 2016 1 commit
  3. 14 Nov, 2015 3 commits
  4. 12 Nov, 2015 1 commit
  5. 11 Nov, 2015 5 commits
  6. 09 Nov, 2015 1 commit
  7. 03 Nov, 2015 3 commits
  8. 01 Nov, 2015 7 commits
  9. 25 Oct, 2015 3 commits
  10. 24 Oct, 2015 1 commit
  11. 09 Oct, 2015 2 commits
  12. 12 Jun, 2015 3 commits
  13. 07 Jun, 2015 2 commits
  14. 17 Jul, 2013 1 commit
  15. 16 Jul, 2013 1 commit
  16. 28 Jun, 2013 3 commits