Skip to content
Snippets Groups Projects
  1. Nov 13, 2020
  2. Nov 12, 2020
  3. Nov 06, 2020
  4. Jul 22, 2020
  5. May 17, 2020
  6. Apr 06, 2020
  7. Apr 02, 2020
  8. Mar 08, 2020
  9. Mar 07, 2020
  10. Feb 11, 2020
  11. Feb 08, 2020
  12. Jan 01, 2020
  13. Dec 29, 2019
  14. Dec 18, 2019
  15. Dec 16, 2019
  16. Dec 15, 2019
  17. Nov 30, 2019
  18. Nov 26, 2019
  19. Oct 17, 2019
  20. Oct 12, 2019
  21. 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
  22. 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
  23. Sep 01, 2019
Loading