Skip to content
Snippets Groups Projects
  1. Jun 30, 2020
  2. Jun 27, 2020
  3. Jun 22, 2020
  4. Jun 17, 2020
  5. Jun 16, 2020
  6. Jun 09, 2020
  7. Jun 08, 2020
  8. Jun 05, 2020
  9. Jun 04, 2020
  10. Jun 01, 2020
  11. May 28, 2020
  12. May 27, 2020
  13. May 25, 2020
  14. May 24, 2020
  15. May 21, 2020
    • Josef Schlehofer's avatar
      hardening: remove kernel option SECCOMP_FILTER · 4e7a50f1
      Josef Schlehofer authored
      Compilation fails due to the following error:
      Config option is not present in generated config: CONFIG_KERNEL_SECCOMP_FILTER=y
      Verified
      4e7a50f1
    • Josef Schlehofer's avatar
      patches/openwrt: kernel: try to enable CONFIG_ARM_MODULE_PLTS · b914cf48
      Josef Schlehofer authored
      Hopefully, this is going to fix an issue which was reported by our
      community. In some cases loading of ath9k ends up with vmalloc:
      allocation: failure and I think because of that modprobe ath9k fails.
      Verified
      b914cf48
    • Josef Schlehofer's avatar
      hardening: disable SECCOMP · 2e7a60da
      Josef Schlehofer authored
      
      Let's disable SECCOMP.
      Seccomp and jail are used and developed just by one person in OpenWrt.
      
      Services like transmission do not start (there are missing syscalls!), altougth if there are
      added missing syscalls transmission does not start through procd.
      There are no details how to proceed further without documentation. Some processes are jailed
      and we can not check which one each time (and if it is backported to
      OpenWrt 19.07) and fix it.
      
      It is not enabled by default in OpenWrt and it has several reasons for
      it. For example, umdns service ends up in crash loop.
      
      We can not delay Turris OS 5.0 anymore as seccomp adds us overhead
      for now.
      
      Signed-off-by: default avatarJosef Schlehofer <pepe.schlehofer@gmail.com>
      Verified
      2e7a60da
  16. May 18, 2020
  17. May 13, 2020
    • Karel Koci's avatar
      lists: install python3-python if there is no python-base · 6a3921b9
      Karel Koci authored
      Package python-base was providing python link to python2. By removing
      python-base (and effectively this way Python2) from system this removes
      this link as well. This link is commonly expected to be present so we
      add it for python3 if there is not python-base.
      
      This condition also as corner case support case when Python3 is not
      installed.
      Verified
      6a3921b9
  18. May 11, 2020
  19. May 08, 2020
  20. May 04, 2020
  21. Apr 27, 2020
  22. Apr 26, 2020
  23. Apr 24, 2020
  24. Apr 22, 2020
  25. Apr 20, 2020
    • Karel Koci's avatar
      lists: keep fix for alternatives in system for now · c850b88e
      Karel Koci authored
      This should fix any inconsistencies in system done by opkg as well as
      updater.
      
      It turns out that we really have to handle busybox links without
      Alternatives as soon as possible. Without it some packages fail to work
      if busybox is updated or reinstalled and alternatives are overwritten by
      busybox links.
      Verified
      c850b88e
  26. Apr 16, 2020
Loading