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