Jonathan Kirszling

Results 74 issues of Jonathan Kirszling

**Is your feature request related to a problem? Please describe.** I want to be able to create RDR and restrict ``from`` a specific ``host|subnet``. Using ``rdr tcp 8384 8384`` results...

enhancement

**Is your feature request related to a problem? Please describe.** I want to be able to list all RDR. ```bash $ bastille rdr ALL list Can only redirect to a...

enhancement

This is not a zectl issue : https://github.com/systemd/systemd/issues/15068 But as it is an important feature for zectl, i'm wondering if you workedaround it ? If you reboot without beeing in...

is that hard to implement ? it would be a good choice for distro without systemd, like voidlinux

Type: Enhancement
Topic: Plugins

https://github.com/julian-klode/sicherboot https://github.com/Foxboron/sbctl Just a note, i will test this.

I started to work on a pacman hook and his prune script. https://github.com/eoli3n/zectl-pacman-hook I get into some little problems which could be fixed by some zectl query arguments. Would you...

Type: Enhancement
Status: Help Wanted
Priority: Low

As asked in https://github.com/johnramsden/zectl/issues/16#issuecomment-626260799 Everything's in the title :) ``default`` or with an argument, it doesn't matter. I will fix this in my prune script manually for the moment. Thanks.

Type: Enhancement
Type: Good First Issue
Priority: Low

A simple notification daemon with a GTK gui for notifications and the control center for sway. https://github.com/ErikReider/SwayNotificationCenter

request

It would be great to be able to easily list packages concerned by CVEs. Archlinux has ``arch-audit`` : https://gitlab.com/ilpianista/arch-audit FreeBSD has ``pkg audit`` : https://docs.freebsd.org/en/books/handbook/ports/ (see 4.4.6. Auditing Installed Packages)

I want to parse package update list. Is there a way to have with ``xbps-install --dry-run --update`` to print an output like ``xbps-install -Su`` ? ``` ➜ xbps-install --dry-run --update...