This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Aleksander Łukasz 🌱
aflukasz.pl
did:plc:2xyg6p77u32yioaesyrcbau3
#psql, at least version 15.12, really likes `/etc/shadow` file. To such a degree that it tries to read it upon each invocation:
```
$ strace psql 2>&1 | grep /etc/shadow
openat(AT_FDCWD, "/etc/shadow", O_RDONLY|O_CLOEXEC) = -1 EACCES (Permission denied)
```
#auditd #bwrap #alerting #linux
1/
2025-05-23T10:09:06.814Z