]> git-server-git.apps.pok.os.sepia.ceph.com Git - fscrypt.git/commit
Compare mount by value instead of reference
authorNymanRobin <robin.nyman@est.tech>
Thu, 2 May 2024 08:20:01 +0000 (11:20 +0300)
committerNymanRobin <robin.nyman@est.tech>
Thu, 2 May 2024 17:47:35 +0000 (20:47 +0300)
commit068b9f8f5dec46b222470f6d3f03244ba5b65f5c
tree09bf87792cb014f01a6b5b9121275eadaa655a78
parent54745f1c7b5e1c51e7842df2d95b37e0de4695ca
Compare mount by value instead of reference

This has to be since the mounts are reloaded
each time a mount is added. In case of two
mounts mounting at the same time there will
be a race condition for applying policy.

Signed-off-by: NymanRobin <robin.nyman@est.tech>
actions/policy.go
filesystem/mountpoint_test.go