#1004867 RFP: eatmydata-sc -- eatmydata replacement using seccomp

#1004867#3
Date:
2022-02-02 18:16:28 UTC
From:
To:
* Package name    : eatmydata-sc
  Upstream Author : Julian Andres Klode <jak@jak-linux.org>
* URL             : https://github.com/julian-klode/eatmydata-sc
* License         : LGPLv2.1
  Programming Lang: C
  Description     : eatmydata replacement using seccomp

eatmydata-sc is similar to eatmydata, a tool to disable file syncing. It
is implemented using seccomp-bpf and disables all explicit sync()-like
calls.

It does not support the open() call with O_SYNC parameters or similar.

#1004867#8
Date:
2022-02-02 18:38:58 UTC
From:
To:
I do not think it makes sense to package this as is. There's also
another implementation that came first that I don't remember.

If we do want this, we should maybe rename it to inhibit-sync or
similar and see if we can get it into util-linux (or moreutils)