Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Sep 01, 2019
  4. Jul 22, 2019
  5. Jul 20, 2019
  6. Jul 13, 2019
  7. May 15, 2019
  8. May 13, 2019
  9. May 09, 2019
  10. May 03, 2019
    • fuzzy's avatar
      typo · 7e031c97
      fuzzy authored
      7e031c97
  11. May 01, 2019
  12. Apr 27, 2019
  13. Apr 14, 2019
  14. 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
  15. Mar 29, 2019
  16. Mar 22, 2019
  17. Mar 05, 2019
  18. Mar 01, 2019
  19. Feb 27, 2019
  20. Feb 25, 2019
  21. Feb 24, 2019
  22. Feb 23, 2019
  23. Feb 21, 2019
  24. Feb 10, 2019
Loading