https://github.com/quentindemetz/libdbf/blob/20c1f46d0b44237b811f1972248911facc59bbd6/src/dbf.c#L187 This can be fixed by changing `O_RDONLY` to `O_RDWR`.
libdbf/src/dbf.c
Line 187 in 20c1f46
This can be fixed by changing
O_RDONLYtoO_RDWR.