David Fields

Results 4 issues of David Fields

I was curious if systemd service hardening had been discussed within this project, so I searched and came across an email [1] from June 2019 (also the to-do list [2])....

enhancement

Hi, I think it would be useful to include a systemd service that runs `pacreport` and a systemd timer that activates the service. For `pacutils` users, using the timer and...

Hi, Looking at `paccheck.c`, I see int `include_db_files` and function `check_db_files` are used only in function `check_files`. The man page says that `--db-files` will make `paccheck` "[i]nclude database files in...

Hi, In `pkgfile-update.timer`, I believe that `WantedBy=multi-user.target` should be `WantedBy=timers.target`. The `systemd.special` man page [1] says the following about `timers.target`: > A special target unit that sets up all timer...