Skip to content
Snippets Groups Projects
  1. Dec 22, 2021
  2. Oct 25, 2021
    • Yurii Izorkin's avatar
      templates/systemd/mastodon: update sandbox mode (#16235) · a9ff5c83
      Yurii Izorkin authored
      * templates/systemd/mastodon: add new sandboxing options
      
      * templates/systemd/mastodon: add '@privileged' and remove duplicates SystemCallFilters
      
      * templates/systemd/mastodon: add '@ipc' SystemCallFilter
      
      * templates/systemd/mastodon: add '@memlock' SystemCallFilter
      
      * templates/systemd/mastodon: allow '@resources' filter to mastodon-web service
      Unverified
      a9ff5c83
  3. Jul 05, 2021
    • Akihiko Odaki's avatar
      Preload libjemalloc.so for long-running Ruby (#16462) · 8af7f3b0
      Akihiko Odaki authored
      Always mark jemalloc needed if jemalloc is enabled by akihikodaki · Pull Request #4627 · ruby/ruby
      https://github.com/ruby/ruby/pull/4627
      > Symbols exported by jemalloc is referred by the shared library but not
      > by the executables when building Ruby as a shared library with
      > jemalloc. It causes shared libraries such as the GNU C++ library
      > occasionally rely on the memory allocator provided by the standard C
      > library. Worse, the resolved symbols can later be replaced with
      > jemalloc, and jemalloc may see pointers from the standard C library,
      > which results in various failures.
      > e.g. https://github.com/tootsuite/mastodon/issues/15751
      
      As a workaround, do not rely on jemalloc enablement of Ruby, and
      preload libjemalloc.so instead.
      Unverified
      8af7f3b0
  4. Apr 27, 2021
  5. Apr 24, 2021
  6. Mar 24, 2021
  7. Sep 24, 2018
Loading