https://dasgeld.co/posts/6BA5F00F-2498-4BC6-B560-7A54CC2705F1
https://dasgeld.co/posts/6BA5F00F-2498-4BC6-B560-7A54CC2705F1
But Bsky did things differently.
Someone, it's hard to find out who, created an app that uses the OpenAT protocol to execute mass actions on people's accounts.
Blockenheimer.click
Create an app password, log in,
/ 2
But Bsky did things differently.
Someone, it's hard to find out who, created an app that uses the OpenAT protocol to execute mass actions on people's accounts.
Blockenheimer.click
Create an app password, log in,
/ 2
Origin | Interest | Match
| Details | Interest | Feed |
| Details | Interest | Feed |
https://bbs.archlinux.org/viewtopic.php?id=305755&action;=new
Result Details
https://bbs.archlinux.org/viewtopic.php?id=305755&action;=new
Result Details
| Details | Interest | Feed |
https://bbs.archlinux.org/viewtopic.php?id=305755&action;=new
Result Details
https://bbs.archlinux.org/viewtopic.php?id=305755&action;=new
Result Details
On this particular host, such event is logged by #auditd (output edited for brevity):
```
type=SYSCALL syscall=257 success=no exit=-13 comm="psql" exe="/usr/bin/perl" SYSCALL=openat
```
As you can see, this read attempt failed. Actually, that's the reason it got logged.
On this particular host, such event is logged by #auditd (output edited for brevity):
```
type=SYSCALL syscall=257 success=no exit=-13 comm="psql" exe="/usr/bin/perl" SYSCALL=openat
```
As you can see, this read attempt failed. Actually, that's the reason it got logged.
```
$ 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/
strace -e openat,read,write -f comando
Este comando te muestra en tiempo real qué archivos abre, lee o escribe un proceso (y sus procesos hijos gracias al -f). Muy útil para ver por qué un programa falla.
strace -e openat,read,write -f comando
Este comando te muestra en tiempo real qué archivos abre, lee o escribe un proceso (y sus procesos hijos gracias al -f). Muy útil para ver por qué un programa falla.
macOS has an "IORWLock" on openat(2)
your $5,000 computer is only capable of opening 1 file at a time
macOS has an "IORWLock" on openat(2)
your $5,000 computer is only capable of opening 1 file at a time
makersmakingchange.github.io/OpenAT-Resou...
makersmakingchange.github.io/OpenAT-Resou...