Skip to content
Snippets Groups Projects
  1. Sep 03, 2024
  2. Jul 29, 2024
  3. Jul 10, 2024
    • Pea Nut's avatar
      Add PKGBUILD to build Arch Linux development package · 47161aa6
      Pea Nut authored
      - provider is bitmask
      - version is current main, as testing latest stable in the CI after
        each commit does not have a real benefit
      - Added a new directory ArchLinux (there is already a for directory debian)
      - There is a new target `package_arch` to create the Arch package - There is a check before if we are on a Arch System
      - I did not add the `package_arch`  to the `packages` target (we can not be an Debian and Arch on the same time)
      - `make clean` deletes temporary build files
      - Updated .gitignore
      47161aa6
  4. Jun 29, 2024
  5. Jun 20, 2024
  6. Apr 26, 2024
  7. Mar 20, 2024
  8. Mar 16, 2024
  9. Mar 07, 2024
  10. Mar 05, 2024
  11. Mar 01, 2024
  12. Feb 09, 2024
    • Pea Nut's avatar
      Add "un/install dev target for linux" to Makefile · 6b18a110
      Pea Nut authored
      `bitmask-root` needs to be in in the path (/usr/local/bin did not work). Maybe I overlook something here, but this seems required to get the dev environment up and running.
      This is currently how I run/debug things:
      
      ```
      make vendor (required only once)
      make build && make install_dev_linux && DEBUG=1 LEAP_DRYRUN=1 build/qt/release/riseup-vpn --no-systray
      ```
      6b18a110
  13. Nov 13, 2022
  14. Nov 08, 2022
  15. Aug 11, 2022
  16. Jul 05, 2022
  17. Apr 22, 2022
  18. Mar 15, 2022
  19. Feb 28, 2022
  20. Dec 15, 2021
    • kali's avatar
      [bug] avoid installing in custom paths · e694a038
      kali authored and Kali Kaneko's avatar Kali Kaneko committed
      A vulnerability in QtIFW produces improper ACLs to be set when
      installing in custom locations. This can lead to privilege escalation if
      a non-privileged user overwrites the openvpn binary. Thanks to
      researchers at Tenable for finding and reporting this!
      
      Impact is considered low-medium, since an installation outside of the
      suggested path is needed to trigger the issue.
      
      Privileged execution of openvpn should be abandoned in next release, in
      favor of the interactive service.
      
      A bug upstream should be filed since other projects could be affected by
      this vulnerability too.
      
      -Resolves: #569
      e694a038
  21. Dec 14, 2021
  22. Dec 09, 2021
  23. Nov 30, 2021
  24. Nov 29, 2021
Loading