Re: [PATCH] virt-aa-helper: Allow swtpm to fsync on dir

2021-07-14 Thread Stefan Berger
On 7/14/21 3:13 AM, Michal Prívozník wrote: On 7/13/21 8:38 PM, Stefan Berger wrote: Allow swtpm (0.7.0 or later) to fsync on the directory where it writes its state files into so that "the entry in the directory containing the file has also reached disk" (fsync(2)). Signed-off-by: Stefan

Re: [PATCH] virt-aa-helper: Allow swtpm to fsync on dir

2021-07-14 Thread Michal Prívozník
On 7/14/21 9:13 AM, Michal Prívozník wrote: > On 7/13/21 8:38 PM, Stefan Berger wrote: >> Allow swtpm (0.7.0 or later) to fsync on the directory where it writes >> its state files into so that "the entry in the directory containing the >> file has also reached disk" (fsync(2)). >> >>

Re: [PATCH] virt-aa-helper: Allow swtpm to fsync on dir

2021-07-14 Thread Michal Prívozník
On 7/13/21 8:38 PM, Stefan Berger wrote: > Allow swtpm (0.7.0 or later) to fsync on the directory where it writes > its state files into so that "the entry in the directory containing the > file has also reached disk" (fsync(2)). > > Signed-off-by: Stefan Berger > --- >

Re: [PATCH] virt-aa-helper: Allow swtpm to fsync on dir

2021-07-13 Thread Neal Gompa
On Tue, Jul 13, 2021 at 2:42 PM Stefan Berger wrote: > > Allow swtpm (0.7.0 or later) to fsync on the directory where it writes > its state files into so that "the entry in the directory containing the > file has also reached disk" (fsync(2)). > > Signed-off-by: Stefan Berger > --- >

[PATCH] virt-aa-helper: Allow swtpm to fsync on dir

2021-07-13 Thread Stefan Berger
Allow swtpm (0.7.0 or later) to fsync on the directory where it writes its state files into so that "the entry in the directory containing the file has also reached disk" (fsync(2)). Signed-off-by: Stefan Berger --- src/security/virt-aa-helper.c | 5 - 1 file changed, 4 insertions(+), 1