Skip to content
Snippets Groups Projects
  1. Nov 30, 2019
  2. Nov 26, 2019
  3. Oct 17, 2019
  4. Oct 12, 2019
  5. Oct 05, 2019
    • madaidan's avatar
      Mount a new tmpfs on /tmp and drop all capabilities · 58773088
      madaidan authored and jvoisin's avatar jvoisin committed
      This mounts a new tmpfs on /tmp so any files residing there would be hidden
      from the sandbox. Many programs store some files in there that might be useful
      to an attacker.  It also drops all capabilities incase it is ever run with
      extra capabilities for whatever reason.
      58773088
  6. Sep 21, 2019
    • Julien (jvoisin) Voisin's avatar
      Fix bubblewrap · 37145531
      Julien (jvoisin) Voisin authored
      On some machines (like mine), `/proc` has to be mounted.  Also, since
      sandboxing with bubblewrap is best effort and assumes that an attacker doesn't
      have control outside of the file to clean, it's safe to __try__ to enable some
      bubblewrap features, and to silently fail otherwise.
      37145531
  7. Sep 01, 2019
  8. Jul 22, 2019
  9. Jul 20, 2019
  10. Jul 13, 2019
  11. May 15, 2019
  12. May 13, 2019
  13. May 09, 2019
  14. May 03, 2019
    • fuzzy's avatar
      typo · 7e031c97
      fuzzy authored
      7e031c97
  15. May 01, 2019
  16. Apr 27, 2019
  17. Apr 14, 2019
  18. Mar 30, 2019
    • Julien (jvoisin) Voisin's avatar
      Please mypy · 1e325c5b
      Julien (jvoisin) Voisin authored
      Apparently, mypy isn't able (yet?) to deal
      with variables that are changing their types
      at runtime.
      
      Python is wonderful.
      1e325c5b
  19. Mar 29, 2019
  20. Mar 22, 2019
Loading